]> granicus.if.org Git - esp-idf/commitdiff
soc: Add some headers into gpio_periph.h
authorKonstantin Kondrashov <konstantin@espressif.com>
Wed, 29 May 2019 05:37:22 +0000 (13:37 +0800)
committerKonstantin Kondrashov <konstantin@espressif.com>
Wed, 29 May 2019 05:46:37 +0000 (13:46 +0800)
components/soc/include/soc/gpio_periph.h

index 59ccee5651666ae80de2c8329e3ae8e4995b8322..93b23f427723eda6a4b05a665d4cbe94bbb3a92f 100644 (file)
 #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"
 {