klipper/src/simulator
Kevin O'Connor a560432041 command: Fix handling of buffer passing in args[] on 64bit mcu
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>
2020-10-30 14:04:12 -04:00
..
Kconfig
Makefile
gpio.c
main.c
serial.c command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
timer.c