mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Reduced latency for executing the Start-Of-Frame events (if enabled in the user application).
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
* - Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and
|
||||
* added new versions of the *_SendString() routines that expect a null terminated string instead
|
||||
* - Renamed all driver termination *_ShutDown() functions to the more logical name *_Disable()
|
||||
* - Reduced latency for executing the Start-Of-Frame events (if enabled in the user application)
|
||||
* - Library Applications:
|
||||
* - Changed the XPLAINBridge software UART to use the regular timer CTC mode instead of the alternative CTC mode
|
||||
* via the Input Capture register, to reduce user confusion
|
||||
|
||||
Reference in New Issue
Block a user