mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 19:41:43 +01:00
If the buffer pointer can't fit in a uint32_t then pass a relative buffer offset instead. This fixes buffer handling on 64bit linux mcus. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>