mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed APM1-1280 build
This commit is contained in:
parent
5fb8e47d74
commit
02ed37e750
|
@ -1825,7 +1825,9 @@ mission_failed:
|
|||
mav_var_type(var_type),
|
||||
_count_parameters(),
|
||||
-1); // XXX we don't actually know what its index is...
|
||||
#if LOGGING_ENABLED == ENABLED
|
||||
DataFlash.Log_Write_Parameter(key, vp->cast_to_float(var_type));
|
||||
#endif
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue