mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f21a43b622
Without this include it fails to compile with this error: ``` esp/esp-idf-v5.2/components/esp_rom/include/esp32/rom/uart.h:262:32: error: implicit declaration of function 'UART_STATUS_REG' [-Werror=implicit-function-declaration] 262 | status = READ_PERI_REG(UART_STATUS_REG(uart_no)); ``` Merges https://github.com/espressif/esp-idf/pull/13025 |
||
---|---|---|
.. | ||
rom |