Skip to content

Commit b45723c

Browse files
committed
Rename error flag dvl_no_power
1 parent 7947826 commit b45723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ message ErrorFlags {
660660
bool gp3_bat_current = 41; // Max battery current exceeded on GP3
661661
bool gp_20v_current = 42; // Max 20V current exceeded on GP
662662
bool dvl_thermal_protection_mode = 43; // DVL is in thermal protection mode
663-
bool dvl_no_power_since_boot = 44; // GP protection has been triggered at boot or faulty DVL
663+
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL
664664
}
665665

666666
// Available camera resolutions.

0 commit comments

Comments
 (0)