Просмотр исходного кода

esp_spiram.h has been replaced by esp32/spiram.h (#1605)

* esp_spiram.h has been replaced by esp32/spiram.h
Nicolas Liaudat 3 лет назад
Родитель
Сommit
6e48ec5fb7
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      code/main/main.cpp

+ 1 - 2
code/main/main.cpp

@@ -6,8 +6,7 @@
 #include "driver/gpio.h"
 #include "sdkconfig.h"
 //#include "esp_psram.h" // Comming in IDF 5.0, see https://docs.espressif.com/projects/esp-idf/en/v5.0-beta1/esp32/migration-guides/release-5.x/system.html?highlight=esp_psram_get_size
-#include "spiram.h"
-#include "esp_spiram.h"
+#include "esp32/spiram.h"
 
 // SD-Card ////////////////////
 #include "nvs_flash.h"