Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuezas committed Jun 27, 2024
1 parent d73ef0d commit 8182740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/sd/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,9 @@ void CardReader::manage_media() {
}
else {
TERN_(HAS_SD_DETECT, release()); // Card is released
ui.return_to_status();
#if HAS_WIRED_LCD
ui.return_to_status();
#endif
}

ui.media_changed(old_stat, stat); // Update the UI or flag an error
Expand Down

0 comments on commit 8182740

Please sign in to comment.