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:
Eric Callahan 2024-02-10 18:15:05 -05:00
parent 0601062acc
commit 3e23332eb1
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B

View File

@ -73,7 +73,7 @@ config CANBUS
default y if CANSERIAL || USBCANBUS
config CANBUS_FREQUENCY
int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANBUS
default 500000
default 1000000
config CANBUS_FILTER
bool
default y if CANSERIAL