Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_10546' into 'master'
Browse files Browse the repository at this point in the history
esp_psram: fix compile error for SPI PSRAM 2T mode (GitHub PR)

Closes IDFGH-9149

See merge request espressif/esp-idf!22054
  • Loading branch information
Icarus113 committed Feb 16, 2023
2 parents 4a604be + 4a09c18 commit 41ef718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_psram/esp32/esp_psram_impl_quad.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "esp32/rom/spi_flash.h"
#include "esp32/rom/cache.h"
#include "esp32/rom/efuse.h"
#include "esp32/rom/gpio.h"
#include "esp_rom_efuse.h"
#include "soc/dport_reg.h"
#include "soc/efuse_periph.h"
Expand Down

0 comments on commit 41ef718

Please sign in to comment.