fix(soc): fixed uart_periph.h not including reg.h issue

This will cause rom/uart.h can't compile.
This commit is contained in:
Xiao Xufeng
2023-09-22 11:56:56 +08:00
parent c6d4c1a7bf
commit 7f68fe1cff

View File

@ -10,6 +10,8 @@
#include "soc/gpio_sig_map.h"
#include "soc/io_mux_reg.h"
#include "soc/uart_pins.h"
#include "soc/uart_struct.h"
#include "soc/uart_reg.h"
#ifdef __cplusplus
extern "C" {