Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable missing Interrupts for half duplex mode
The mode UART_MODE_RS485_HALF_DUPLEX is capable of collision detection (given the required circuit), but the interrupts were not enabled. (See e.g. at function `uart_get_collision_flag()` about required modes for detection.
- Loading branch information