mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
src: change the admin IDs
This will prevent collisions between Klipper's admin commands and the bootloader's. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
26b12a658b
commit
f5ccbbfaa4
@ -3,8 +3,8 @@
|
||||
|
||||
#include <stdint.h> // uint32_t
|
||||
|
||||
#define CANBUS_ID_ADMIN 0x3f0
|
||||
#define CANBUS_ID_ADMIN_RESP 0x3f1
|
||||
#define CANBUS_ID_ADMIN 0x3da
|
||||
#define CANBUS_ID_ADMIN_RESP 0x3db
|
||||
#define CANBUS_UUID_LEN 6
|
||||
|
||||
// callbacks provided by board specific code
|
||||
|
Loading…
x
Reference in New Issue
Block a user