Skip to content

Commit

Permalink
cherry picks from #385
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Mar 13, 2024
1 parent 4fc7c28 commit f9a4ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/bootloader/bootloader_stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
void chDbgPanic3(const char* /*msg*/, const char* /*file*/, int /*line*/) {
}

void logHardFault(uint32_t type, uintptr_t faultAddress, struct port_extctx* ctx, uint32_t csfr) { }
void logHardFault(uint32_t /*type*/, uintptr_t /*faultAddress*/, struct port_extctx* /*ctx*/, uint32_t /*csfr*/) { }

void firmwareError(ObdCode code, const char *fmt, ...) {
void firmwareError(ObdCode /*code*/, const char* /*fmt*/, ...) {
}

// this is supposed to be taken from chconf_common.h but it does not work? I am not sure why :(
Expand Down
Empty file modified firmware/config/boards/f407-discovery/compile_f407-discovery.sh
100644 → 100755
Empty file.

0 comments on commit f9a4ca8

Please sign in to comment.