Skip to content
Snippets Groups Projects
Commit d97bb4c4 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Followup to e10943d0

parent 2f176d6f
No related branches found
No related tags found
No related merge requests found
......@@ -104,10 +104,10 @@ void menu_main() {
START_MENU();
MENU_BACK(MSG_WATCH);
const bool busy = printer_busy(),
const bool busy = printer_busy()
#if ENABLED(SDSUPPORT)
card_detected = card.isDetected(),
card_open = card_detected && card.isFileOpen()
, card_detected = card.isDetected()
, card_open = card_detected && card.isFileOpen()
#endif
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment