mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Updated the software USART code in the XPLAIN Bridge application so that the incomming bits are sampled at their mid-point instead of starting point, to give maximum reliability (thanks to Anton).
This commit is contained in:
@@ -68,6 +68,8 @@
|
||||
* - Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition
|
||||
* - Changed AVRISP-MKII project to use the Watchdog interrupt for command timeouts, to reduce CPU usage and free timer 0
|
||||
* for other uses
|
||||
* - Updated the software USART code in the XPLAIN Bridge application so that the incomming bits are sampled at their mid-point
|
||||
* instead of starting point, to give maximum reliability (thanks to Anton)
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Core:
|
||||
|
||||
Reference in New Issue
Block a user