mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(freertos): Add stdlib.h header file declare to base header file to make it match esp-idf
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
#include <stdlib.h>
|
||||
#include "rom/ets_sys.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user