diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-02-11 14:35:11 +0000 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-05-01 16:13:47 +0200 |
| commit | ee925200c38ef9f04f976ebaf70b17d2898fcec5 (patch) | |
| tree | 4aaf4add7a16e8e653e47198b922d7fda193c81d /src/displayapp/DisplayApp.cpp | |
| parent | 079e676baf70a943d31317afde47b759ca69ca2d (diff) | |
Remove task to notify
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 9c7d87b2..d9b2e9b3 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -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(); } |
