forked from Archive/PX4-Autopilot
px4/fmu-v6x: increase BL baudrate for flashing via uart to 1500000
This commit is contained in:
parent
989d9243b7
commit
a2ce73d39d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue