From: Konstantin Kondrashov Date: Wed, 29 May 2019 05:37:22 +0000 (+0800) Subject: soc: Add some headers into gpio_periph.h X-Git-Tag: v3.3-rc~54^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33121c3311273bdb13b10771dec6da78103aac22;p=esp-idf soc: Add some headers into gpio_periph.h --- diff --git a/components/soc/include/soc/gpio_periph.h b/components/soc/include/soc/gpio_periph.h index 59ccee5651..93b23f4277 100644 --- a/components/soc/include/soc/gpio_periph.h +++ b/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" {