From 3886be23c8f886816a8e3766712f22d1c501359b 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 59ccee565..93b23f427 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" {