Skip to content
Snippets Groups Projects
Commit 1f7f7862 authored by px4dev's avatar px4dev
Browse files

Fix the USART6 default baudrate to match the IO bootloader.

parent 6c5a15da
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ CONFIG_STM32_PWR=y
CONFIG_STM32_TIM1=y
CONFIG_STM32_TIM8=n
CONFIG_STM32_USART1=y
# Mostly owned by the px4io driver, but uploader needs this
CONFIG_STM32_USART6=y
# We use our own driver, but leave this on.
CONFIG_STM32_ADC1=y
......@@ -260,7 +261,7 @@ CONFIG_USART1_BAUD=115200
CONFIG_USART2_BAUD=115200
CONFIG_USART3_BAUD=115200
CONFIG_UART4_BAUD=115200
CONFIG_USART6_BAUD=9600
CONFIG_USART6_BAUD=115200
CONFIG_UART7_BAUD=115200
CONFIG_UART8_BAUD=57600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment