esp_psram: fix compile error for SPI PSRAM 2T mode

This commit is contained in:
yn386 2023-01-15 11:58:35 +09:00 committed by Armando
parent 2048d1e0c0
commit 6cfc016dc5

View File

@ -20,6 +20,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"