Path fixes for simulator (#357)

This commit is contained in:
Ken Van Hoeylandt
2025-10-03 22:12:55 +02:00
committed by GitHub
parent efd9662cfc
commit a05a6afaaf
11 changed files with 38 additions and 12 deletions
+1
View File
@@ -102,5 +102,6 @@ static void lvgl_task(TT_UNUSED void* arg) {
lv_disp_remove(displayHandle);
displayHandle = nullptr;
vTaskDelete(nullptr);
}