Refactor sleep function for FreeRTOS; replace no-op definition with vTaskDelay for better task management

This commit is contained in:
Lukas Höppner
2026-08-12 14:32:41 +02:00
parent bc78ce3534
commit 86981fc45a
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@
#include "wasm_runner.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#if defined(ESP_PLATFORM)
#include "esp_pm.h"