Skip to content

Commit 3efb881

Browse files
committed
Rename hardware_supported flag to hardware_not_supported in message formats
1 parent a87f3bc commit 3efb881

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
@@ -699,7 +699,7 @@ message ErrorFlags {
699699
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL.
700700
bool usb_disconnect = 45; // USB disconnect.
701701
bool video_urb_error = 46; // Video URB error.
702-
bool hardware_supported = 47; // Hardware supported on current blunux version.
702+
bool hardware_not_supported = 47; // Hardware not supported on current blunux version.
703703
}
704704

705705
// Available camera resolutions.

0 commit comments

Comments
 (0)