mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-11 02:11:46 +01:00
7d953332e0
Before this commit, attaching an ARM-based (i.e. ChibiOS-based) keyboard that uses CONSOLE_ENABLE = yes and produces debug messages would deadlock the keyboard unless one was running hid_listen. With this commit, dead-locking writes to the queue are detected and prevented. fixes #5631