soc: Add some headers into gpio_periph.h

This commit is contained in:
Konstantin Kondrashov 2019-05-29 13:37:22 +08:00
parent cea6908238
commit 3886be23c8

View file

@ -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"
{