Switched to booleans for infinite while loops
This commit is contained in:
@@ -85,7 +85,7 @@ void DisplayApp::Process(void* instance) {
|
||||
// Send a dummy notification to unlock the lvgl display driver for the first iteration
|
||||
xTaskNotifyGive(xTaskGetCurrentTaskHandle());
|
||||
|
||||
while (1) {
|
||||
while (true) {
|
||||
app->Refresh();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user