Skip to content

Commit

Permalink
post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Sep 6, 2021
1 parent ee664da commit b94d7e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/extui/dgus_reloaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ namespace ExtUI {
#endif
}

void onMediaError() {
void onMediaError() {
#if ENABLED(SDSUPPORT)
dgus_screen_handler.SDCardError();
#endif
}

void onMediaRemoved() {
void onMediaRemoved() {
#if ENABLED(SDSUPPORT)
dgus_screen_handler.SDCardRemoved();
#endif
Expand Down

0 comments on commit b94d7e8

Please sign in to comment.