Skip to content

Commit

Permalink
Align comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehaenger committed Oct 30, 2024
1 parent cffd311 commit 685b47f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/mower_comms/src/ll_datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ struct ll_status {
float uss_ranges_m[5];
// Emergency bitmask:
// Bit 0: Emergency latch
// Bit 1: Emergency 0 active
// Bit 2: Emergency 1 active
// Bit 3: Emergency 2 active
// Bit 4: Emergency 3 active
// Bit 1: Emergency/Lift (or tilt)
// Bit 2: Emergency/Stop
uint8_t emergency_bitmask;
// Charge voltage
float v_charge;
Expand Down

0 comments on commit 685b47f

Please sign in to comment.