Skip to content

Commit

Permalink
Rename error flag dvl_no_power
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggen committed Oct 23, 2024
1 parent 7947826 commit b45723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ message ErrorFlags {
bool gp3_bat_current = 41; // Max battery current exceeded on GP3
bool gp_20v_current = 42; // Max 20V current exceeded on GP
bool dvl_thermal_protection_mode = 43; // DVL is in thermal protection mode
bool dvl_no_power_since_boot = 44; // GP protection has been triggered at boot or faulty DVL
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL
}

// Available camera resolutions.
Expand Down

0 comments on commit b45723c

Please sign in to comment.