Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mcu/pic32mz: Fix build when no UART is enabled
Dependency to hal_uart was only added when one or more UART_x was enabled. pic32mz_periph.c uses normal if statement to exclude unused UART's so package dependency is needed event though no UART is used.
- Loading branch information