mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed parameters typo
This commit is contained in:
parent
23a112c5d5
commit
622a2053ff
|
@ -773,7 +773,7 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @Group: ARMING_
|
// @Group: ARMING_
|
||||||
// @Path: ../libararies/AP_Arming/AP_Arming.cpp
|
// @Path: ../libraries/AP_Arming/AP_Arming.cpp
|
||||||
GOBJECT(arming, "ARMING_", AP_Arming),
|
GOBJECT(arming, "ARMING_", AP_Arming),
|
||||||
|
|
||||||
// @Group: RELAY_
|
// @Group: RELAY_
|
||||||
|
|
Loading…
Reference in New Issue