feat(freertos): Add stdlib.h header file declare to base header file to make it match esp-idf

This commit is contained in:
Dong Heng
2018-10-18 15:24:08 +08:00
parent c3138dc690
commit 89e902e168

View File

@ -32,6 +32,7 @@
#include "sdkconfig.h"
#ifndef __ASSEMBLER__
#include <stdlib.h>
#include "rom/ets_sys.h"
#endif