Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix receive interrupt bug in Esp32 uart driver (#2446)
FIFO receive event should disable interrupt, not enable it. This could cause recursive interrupt entry and watchdog timeout.
- Loading branch information