Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_13025_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Missing include for rom/uart.h (GitHub PR) (v5.1)

See merge request espressif/esp-idf!29361
  • Loading branch information
suda-morris committed Mar 5, 2024
2 parents 1f1d252 + f21a43b commit 19022e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_rom/include/esp32/rom/uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 19022e0

Please sign in to comment.