Procházet zdrojové kódy

soc: Add some headers into gpio_periph.h

Konstantin Kondrashov před 6 roky
rodič
revize
33121c3311
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      components/soc/include/soc/gpio_periph.h

+ 4 - 0
components/soc/include/soc/gpio_periph.h

@@ -17,6 +17,10 @@
 #include "stdint.h"
 #include "soc/gpio_pins.h"
 #include "soc/io_mux_reg.h"
+#include "soc/gpio_struct.h"
+#include "soc/gpio_reg.h"
+#include "soc/gpio_sig_map.h"
+
 #ifdef __cplusplus
 extern "C"
 {