Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
Signed-off-by: Cornelius Claussen <[email protected]>
  • Loading branch information
corneliusclaussen committed Dec 20, 2023
1 parent 051cc46 commit 5d48b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/MicroMegaWattBSP/umwc_fwupdate/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include <sigslot/signal.hpp>

#include "config.h"
#include "umwc.pb.h"

using namespace std::chrono_literals;
Expand All @@ -28,7 +27,7 @@ void help() {
}

int main(int argc, char* argv[]) {
printf("uMWC ROM Bootloader Firmware Updater %i.%i\n", umwc_fwupdate_VERSION_MAJOR, umwc_fwupdate_VERSION_MINOR);
printf("uMWC ROM Bootloader Firmware Updater\n");
if (argc != 3) {
help();
exit(0);
Expand Down
3 changes: 1 addition & 2 deletions modules/YetiDriver/yeti_fwupdate/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2021 Pionix GmbH and Contributors to EVerest
#include "config.h"
#include <stdio.h>
#include <string.h>

Expand All @@ -24,7 +23,7 @@ void help() {
}

int main(int argc, char* argv[]) {
printf("Yeti ROM Bootloader Firmware Updater %i.%i\n", yeti_fwupdate_VERSION_MAJOR, yeti_fwupdate_VERSION_MINOR);
printf("Yeti ROM Bootloader Firmware Updater\n");
if (argc != 3) {
help();
exit(0);
Expand Down

0 comments on commit 5d48b56

Please sign in to comment.