mirror of https://github.com/rusefi/rusefi-1.git
more
This commit is contained in:
parent
16dfd7506f
commit
ea06358f14
|
@ -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*/) {
|
||||
|
|
Loading…
Reference in New Issue