This commit is contained in:
Matthew Kennedy 2021-03-15 03:50:41 -07:00 committed by rusefillc
parent a4da2322ef
commit 2d4b434534
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*/) {