mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-24 15:45:19 +02:00

Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.