mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-03 19:12:55 +00: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.