-
- Downloads
Bug-fix: if UART virtualization was disabled, input_thread would hang after the
first input character as it was attempting to use an uninitialized critical section (mutex) while asserting the UART interrupt. As long as the UART virtualization is enabled, this problem doesn't happen, even if don't actually *use* the UART virtualization.
Please register or sign in to comment