Fix thermal error protection, reporting (#20655)
This commit is contained in:
@ -75,9 +75,7 @@ namespace FTDI {
|
||||
|
||||
while (has_more_notes()) {
|
||||
onIdle();
|
||||
#ifdef EXTENSIBLE_UI
|
||||
ExtUI::yield();
|
||||
#endif
|
||||
TERN_(TOUCH_UI_FTDI_EVE, ExtUI::yield());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user