Fix EXTENSIBLE_UI compile errors (#12206)

This commit is contained in:
gjdodd
2018-10-24 22:36:11 +01:00
committed by Scott Lahteine
parent a80ba8fc6e
commit 0a549fd1f2
3 changed files with 24 additions and 13 deletions

View File

@ -47,9 +47,9 @@ namespace UI {
}
void onIdle() {}
void onPrinterKilled(const char* msg) {}
void onMediaInserted();
void onMediaError();
void onMediaRemoved();
void onMediaInserted() {};
void onMediaError() {};
void onMediaRemoved() {};
void onPlayTone(const uint16_t frequency, const uint16_t duration) {}
void onPrintTimerStarted() {}
void onPrintTimerPaused() {}