mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
Sub: Match the column of element description
This commit is contained in:
parent
94901edaf2
commit
f64a0a9df9
@ -204,7 +204,7 @@ private:
|
||||
uint8_t at_bottom : 1; // true if we are at the bottom
|
||||
uint8_t at_surface : 1; // true if we are at the surface
|
||||
uint8_t depth_sensor_present: 1; // true if there is a depth sensor detected at boot
|
||||
uint8_t unused1:1; // was compass_init_location; true when the compass's initial location has been set
|
||||
uint8_t unused1 : 1; // was compass_init_location; true when the compass's initial location has been set
|
||||
};
|
||||
uint32_t value;
|
||||
} ap;
|
||||
|
Loading…
Reference in New Issue
Block a user