diff options
Diffstat (limited to 'src/stm32f1/Kconfig')
-rw-r--r-- | src/stm32f1/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stm32f1/Kconfig b/src/stm32f1/Kconfig index 802c793a..3e57e7ad 100644 --- a/src/stm32f1/Kconfig +++ b/src/stm32f1/Kconfig @@ -38,9 +38,5 @@ config SERIAL depends on !USBSERIAL bool default y -config SERIAL_BAUD - depends on SERIAL - int "Baud rate for serial port" - default 250000 endif |