From f64a0a9df90bc54c901fee2d2a6c02d8f46611a5 Mon Sep 17 00:00:00 2001 From: murata Date: Wed, 19 Feb 2020 01:04:44 +0900 Subject: [PATCH] Sub: Match the column of element description --- ArduSub/Sub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduSub/Sub.h b/ArduSub/Sub.h index 207456c698..4f83861257 100644 --- a/ArduSub/Sub.h +++ b/ArduSub/Sub.h @@ -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;