mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
AP_ExternalAHRS: remove message when EAHRS_TYPE is None
This commit is contained in:
parent
9990404e64
commit
5fd46c02ad
@ -72,6 +72,9 @@ void AP_ExternalAHRS::init(void)
|
||||
}
|
||||
|
||||
switch (DevType(devtype)) {
|
||||
case DevType::None:
|
||||
// nothing to do
|
||||
break;
|
||||
case DevType::VecNav:
|
||||
backend = new AP_ExternalAHRS_VectorNav(this, state);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user