mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: normalize SerialManagers ports defaults to allow inclusion in hwdefs
This commit is contained in:
parent
71992d4604
commit
2ddaa65b23
|
@ -82,7 +82,7 @@
|
|||
#elif CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_VNAV
|
||||
// linux SBC with VectorNav AHRS
|
||||
#define HAL_EXTERNAL_AHRS_DEFAULT 1
|
||||
#define HAL_SERIAL3_PROTOCOL 36
|
||||
#define DEFAULT_SERIAL3_PROTOCOL 36
|
||||
#define HAL_AIRSPEED_TYPE_DEFAULT 0
|
||||
#define HAL_GPS_TYPE_DEFAULT 21
|
||||
#define HAL_AHRS_EKF_TYPE_DEFAULT 11
|
||||
|
|
Loading…
Reference in New Issue