This commit is contained in:
Matthew Kennedy 2021-03-15 03:50:41 -07:00 committed by rusefillc
parent 16dfd7506f
commit ea06358f14
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ void chDbgPanic3(const char* /*msg*/, const char* /*file*/, int /*line*/) {
void print(const char* /*format*/, ...) {
}
void scheduleMsg(Logging* /*logging*/, const char */*fmt*/, ...) {
void scheduleMsg(Logging* /*logging*/, const char* /*fmt*/, ...) {
}
void firmwareError(obd_code_e /*code*/, const char */*fmt*/, ...) {
void firmwareError(obd_code_e /*code*/, const char* /*fmt*/, ...) {
}
Logging::Logging(char const* /*name*/, char* /*buffer*/, int /*bufferSize*/) {