mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-06-14 00:14:17 +00:00
5de364163f
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.