Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards/esp32: UART configuration approach changed
UART devices are now configured using static array in header files instead of static variables in implementation to be able to define UART_NUMOF using the size of the array instead of a variable.
- Loading branch information