Merge branch 'contrib/github_pr_13025' into 'master'

Missing include for rom/uart.h (GitHub PR)

Closes IDFGH-11947

See merge request espressif/esp-idf!28591
pull/13309/head
Gao Xu 2024-03-01 14:33:54 +08:00
commit e1ec760daf
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@
#include "ets_sys.h"
#include "soc/soc.h"
#include "soc/uart_periph.h"
#include "soc/uart_reg.h"
#ifdef __cplusplus
extern "C" {