mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -04:00
AP_ExternalAHRS: reserve some ExternalAHRS type values
This commit is contained in:
parent
2c84799bb5
commit
2ef560db0b
@ -49,6 +49,13 @@ public:
|
|||||||
#if AP_EXTERNAL_AHRS_MICROSTRAIN5_ENABLED
|
#if AP_EXTERNAL_AHRS_MICROSTRAIN5_ENABLED
|
||||||
MicroStrain5 = 2,
|
MicroStrain5 = 2,
|
||||||
#endif
|
#endif
|
||||||
|
// 3 reserved for AdNav
|
||||||
|
// 4 reserved for CINS
|
||||||
|
// 5 reserved for InertialLabs
|
||||||
|
// 6 reserved for Trimble
|
||||||
|
// 7 reserved for MicroStrain7
|
||||||
|
// 8 reserved for SBG
|
||||||
|
// 9 reserved for EulerNav
|
||||||
};
|
};
|
||||||
|
|
||||||
static AP_ExternalAHRS *get_singleton(void) {
|
static AP_ExternalAHRS *get_singleton(void) {
|
||||||
|
Loading…
Reference in New Issue
Block a user