This commit is contained in:
Scott Lahteine 2019-02-04 06:11:17 -06:00
parent 2f176d6fb8
commit d97bb4c41c

View file

@ -104,10 +104,10 @@ void menu_main() {
START_MENU(); START_MENU();
MENU_BACK(MSG_WATCH); MENU_BACK(MSG_WATCH);
const bool busy = printer_busy(), const bool busy = printer_busy()
#if ENABLED(SDSUPPORT) #if ENABLED(SDSUPPORT)
card_detected = card.isDetected(), , card_detected = card.isDetected()
card_open = card_detected && card.isFileOpen() , card_open = card_detected && card.isFileOpen()
#endif #endif
; ;