px4/fmu-v6x: increase BL baudrate for flashing via uart to 1500000

This commit is contained in:
Beat Küng 2023-03-01 11:47:01 +01:00
parent 989d9243b7
commit a2ce73d39d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
//#define USE_VBUS_PULL_DOWN
#define INTERFACE_USART 1
#define INTERFACE_USART_CONFIG "/dev/ttyS0,115200"
#define INTERFACE_USART_CONFIG "/dev/ttyS0,1500000"
#define BOOT_DELAY_ADDRESS 0x000001a0
#define BOARD_TYPE 53
#define _FLASH_KBYTES (*(uint32_t *)0x1FF1E880)