@ -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);