Fix thermal error protection, reporting (#20655)

This commit is contained in:
Marcio T
2021-01-03 20:39:15 -07:00
committed by GitHub
parent effc37362a
commit 2d88bcb67e
3 changed files with 21 additions and 15 deletions

View File

@ -75,9 +75,7 @@ namespace FTDI {
while (has_more_notes()) {
onIdle();
#ifdef EXTENSIBLE_UI
ExtUI::yield();
#endif
TERN_(TOUCH_UI_FTDI_EVE, ExtUI::yield());
}
}