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 (Dou Yiwen)
parent 610102ace1
commit 4a09c18ea6

View File

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