Refactor sleep function for FreeRTOS; replace no-op definition with vTaskDelay for better task management
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user