soc: Add missing gpio_periph.h header

This commit is contained in:
Nebojsa Cvetkovic
2020-02-18 13:10:37 +00:00
parent a0644bf8ae
commit d649ea96ce

View File

@@ -26,6 +26,7 @@
#include "soc/cpu.h"
#include "soc/dport_reg.h"
#include "soc/efuse_reg.h"
#include "soc/gpio_periph.h"
#include "soc/gpio_sig_map.h"
#include "soc/io_mux_reg.h"
#include "soc/rtc.h"