From 33121c3311273bdb13b10771dec6da78103aac22 Mon Sep 17 00:00:00 2001 From: Konstantin Kondrashov Date: Wed, 29 May 2019 13:37:22 +0800 Subject: [PATCH] soc: Add some headers into gpio_periph.h --- components/soc/include/soc/gpio_periph.h | 4 ++++ 1 file changed, 4 insertions(+) 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" {