Merge branch 'feature/specify_includes_belonging_esp32' into 'master'
move esp32 chip specific includes to esp32/xxx.h See merge request idf/esp-idf!4534
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
#include "esp_system.h"
|
||||
#include "nvs_flash.h"
|
||||
#include "esp_heap_caps.h"
|
||||
#include "esp_spiram.h"
|
||||
#include "esp32/spiram.h"
|
||||
#include "rom/cache.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "esp_himem.h"
|
||||
#include "esp32/himem.h"
|
||||
|
||||
|
||||
//Fill memory with pseudo-random data generated from the given seed.
|
||||
|
||||
Reference in New Issue
Block a user