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

esp_psram: fix compile error for SPI PSRAM 2T mode

yn386 3 лет назад
Родитель
Сommit
4a09c18ea6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      components/esp_psram/esp32/esp_psram_impl_quad.c

+ 1 - 0
components/esp_psram/esp32/esp_psram_impl_quad.c

@@ -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"