diff options
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r-- | src/stm32/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 62551dd8..30c72414 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -351,8 +351,4 @@ choice select CANSERIAL endchoice -config CANBUS_FREQUENCY - int "CAN bus speed" if LOW_LEVEL_OPTIONS && CANSERIAL - default 500000 - endif |