Add missing break;

This commit is contained in:
Knutwurst
2023-06-13 01:16:45 +02:00
parent e4081fc7c3
commit 05bd0da620

View File

@@ -1244,6 +1244,7 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) {
if (!isPrinting()) if (!isPrinting())
StartPrint(); StartPrint();
#endif #endif
break;
case 15: // A15 RESUMING FROM OUTAGE case 15: // A15 RESUMING FROM OUTAGE
#if defined(POWER_OUTAGE_TEST) #if defined(POWER_OUTAGE_TEST)