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

This will cause rom/uart.h can't compile.
pull/13660/head
Xiao Xufeng 2023-09-22 11:56:56 +08:00
rodzic f251e32f48
commit 72a001b851
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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