mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: change aerofc baud to 921600
This commit is contained in:
parent
6928618de8
commit
2c72fc94ba
|
@ -96,7 +96,7 @@
|
|||
#define HAL_BARO_MS5607_I2C_BUS 0
|
||||
#define HAL_COMPASS_IST8310_I2C_ADDR 0x0E
|
||||
#define HAL_COMPASS_IST8310_I2C_BUS 1
|
||||
#define HAL_SERIAL0_BAUD_DEFAULT 460800
|
||||
#define HAL_SERIAL0_BAUD_DEFAULT 921600
|
||||
|
||||
#define HAL_HAVE_BOARD_VOLTAGE 0
|
||||
#define HAL_HAVE_SAFETY_SWITCH 0
|
||||
|
|
Loading…
Reference in New Issue