summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index fd7959f00..3c32ee8b2 100644
--- a/dive.h
+++ b/dive.h
@@ -163,7 +163,9 @@ struct sample // BASE TYPE BYTES UNITS RANGE DE
uint8_t cns; // uint8_t 1 % (0-255 %) cns% accumulated
uint8_t heartbeat; // uint8_t 1 beats/m (0-255) heart rate measurement
bool in_deco; // bool 1 y/n y/n this sample is part of deco
-}; // Total size of structure: 48 bytes, excluding padding at end
+ bool manually_entered; // bool 1 y/n y/n this sample was entered by the user,
+ // not calculated when planning a dive
+}; // Total size of structure: 53 bytes, excluding padding at end
struct divetag {
/*