mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-14 22:42:28 +02:00
* Fix unaligned memory access in config blob handler data* points in the middle of an u8 array, casting this to an u16* and dereferencing it leads to an unaligned memory access - which hardfaults on Cortex M0 mcus e.g. RP2040s. * Actually read until there is no more data to be read