mirror of https://github.com/ArduPilot/ardupilot
Notify: fixup line endings
This commit is contained in:
parent
b7bed437c2
commit
fce1277b0e
|
@ -45,7 +45,7 @@ public:
|
|||
uint16_t failsafe_battery : 1; // 1 if battery failsafe
|
||||
uint16_t failsafe_gps : 1; // 1 if gps failsafe
|
||||
uint16_t arming_failed : 1; // 1 if copter failed to arm after user input
|
||||
uint16_t parachute_release : 1; // 1 if parachute is being released
|
||||
uint16_t parachute_release : 1; // 1 if parachute is being released
|
||||
|
||||
// additional flags
|
||||
uint16_t external_leds : 1; // 1 if external LEDs are enabled (normally only used for copter)
|
||||
|
|
|
@ -1 +1 @@
|
|||
include ../../../../mk/apm.mk
|
||||
include ../../../../mk/apm.mk
|
||||
|
|
Loading…
Reference in New Issue