soc: Add some headers into gpio_periph.h

This commit is contained in:
Konstantin Kondrashov
2019-05-29 13:37:22 +08:00
parent 38509b2b95
commit 33121c3311

View File

@@ -17,6 +17,10 @@
#include "stdint.h" #include "stdint.h"
#include "soc/gpio_pins.h" #include "soc/gpio_pins.h"
#include "soc/io_mux_reg.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 #ifdef __cplusplus
extern "C" extern "C"
{ {