diff options
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r-- | src/stm32/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index fd6276cd..19da0e22 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -176,9 +176,9 @@ config CANSERIAL bool "Use CAN for communication (instead of serial)" depends on !USBSERIAL default n -config SERIAL_BAUD +config CANBUS_FREQUENCY int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANSERIAL - default 500000 if CANSERIAL + default 500000 choice depends on CANSERIAL prompt "CAN pins" |