Skip to content

Commit

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

Closes IDFGH-11947

See merge request espressif/esp-idf!28591
  • Loading branch information
Bruce297 committed Mar 1, 2024
2 parents 6f3ebe5 + f082788 commit e1ec760
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 e1ec760

Please sign in to comment.