Skip to content

Commit

Permalink
esp_spiram.h has been replaced by esp32/spiram.h (#1605)
Browse files Browse the repository at this point in the history
* esp_spiram.h has been replaced by esp32/spiram.h
  • Loading branch information
nliaudat committed Dec 17, 2022
1 parent 9313d6e commit 6e48ec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e48ec5

Please sign in to comment.