ソースを参照

soc: Add missing gpio_periph.h header

Nebojsa Cvetkovic 6 年 前
コミット
d649ea96ce

+ 1 - 0
components/bootloader_support/src/esp32/bootloader_esp32.c

@@ -26,6 +26,7 @@
 #include "soc/cpu.h"
 #include "soc/dport_reg.h"
 #include "soc/efuse_reg.h"
+#include "soc/gpio_periph.h"
 #include "soc/gpio_sig_map.h"
 #include "soc/io_mux_reg.h"
 #include "soc/rtc.h"