mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-05 07:43:05 +00:00
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
{
|
||||
Temp = *Data;
|
||||
*Data = *(Data + Bytes - 1);
|
||||
*(Data + Bytes) = Temp;
|
||||
*(Data + Bytes - 1) = Temp;
|
||||
|
||||
Data++;
|
||||
Bytes -= 2;
|
||||
|
||||
Reference in New Issue
Block a user