mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
I'm including <hal/uart_ll.h> in my C++ application because I need to bypass the uart driver. The inline functions in the header file fail to compile as C++. All of the enums need explicit casts for conversion to/from integers. Merges https://github.com/espressif/esp-idf/pull/10106