Skip to content

Commit

Permalink
AP_Logger: add power status bits to logger metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Feb 6, 2024
1 parent b1ade6c commit 89b2e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_Logger/LogStructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,9 @@ struct PACKED log_VER {
// @Field: Vcc: Flight board voltage
// @Field: VServo: Servo rail voltage
// @Field: Flags: System power flags
// @FieldBitmaskEnum: Flags: AP_HAL::AnalogIn::PowerStatusFlag
// @Field: AccFlags: Accumulated System power flags; all flags which have ever been set
// @FieldBitmaskEnum: AccFlags: AP_HAL::AnalogIn::PowerStatusFlag
// @Field: Safety: Hardware Safety Switch status

// @LoggerMessage: MCU
Expand Down

0 comments on commit 89b2e62

Please sign in to comment.