Remove task to notify

This commit is contained in:
mark9064
2024-02-11 14:35:11 +00:00
committed by JF
parent 079e676baf
commit ee925200c3
7 changed files with 4 additions and 29 deletions
-3
View File
@@ -142,9 +142,6 @@ void DisplayApp::Process(void* instance) {
NRF_LOG_INFO("displayapp task started!");
app->InitHw();
// Send a dummy notification to unlock the lvgl display driver for the first iteration
xTaskNotifyGive(xTaskGetCurrentTaskHandle());
while (true) {
app->Refresh();
}