feat(esp_rom): add esp_rom_libc_stubs.h

This commit is contained in:
Alexey Lapshin
2024-03-20 22:31:16 +04:00
parent f909dddde7
commit 9ff7ad2173
3 changed files with 31 additions and 27 deletions
-5
View File
@@ -18,11 +18,6 @@
#include "esp_private/esp_ipc.h"
#include "esp_attr.h"
#include "hal/wdt_hal.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp32/rom/libc_stubs.h"
#elif CONFIG_IDF_TARGET_ESP32S2
#include "esp32s2/rom/libc_stubs.h"
#endif
#if CONFIG_APPTRACE_GCOV_ENABLE