Skip to content

Commit

Permalink
AP_Notify: add flags.powering_off
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall authored and tridge committed Apr 21, 2016
1 parent ac60901 commit dba5518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Notify/AP_Notify.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class AP_Notify
uint32_t external_leds : 1; // 1 if external LEDs are enabled (normally only used for copter)
uint32_t vehicle_lost : 1; // 1 when lost copter tone is requested (normally only used for copter)
uint32_t waiting_for_throw : 1; // 1 when copter is in THROW mode and waiting to detect the user hand launch
uint32_t powering_off : 1; // 1 when the vehicle is powering off
};

/// notify_events_type - bitmask of active events.
Expand Down

0 comments on commit dba5518

Please sign in to comment.