mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
build: use 1000000 canbus bitrate default
This matches the default recommended by Klipper. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
0601062acc
commit
3e23332eb1
@ -73,7 +73,7 @@ config CANBUS
|
|||||||
default y if CANSERIAL || USBCANBUS
|
default y if CANSERIAL || USBCANBUS
|
||||||
config CANBUS_FREQUENCY
|
config CANBUS_FREQUENCY
|
||||||
int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANBUS
|
int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANBUS
|
||||||
default 500000
|
default 1000000
|
||||||
config CANBUS_FILTER
|
config CANBUS_FILTER
|
||||||
bool
|
bool
|
||||||
default y if CANSERIAL
|
default y if CANSERIAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user