cherry picks from #385

This commit is contained in:
Matthew Kennedy 2024-03-13 00:54:56 -07:00
parent 4fc7c28a47
commit f9a4ca85a1
2 changed files with 2 additions and 2 deletions

View File

@ -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 :(

View File