summaryrefslogtreecommitdiffstats
path: root/uemis.h
diff options
context:
space:
mode:
Diffstat (limited to 'uemis.h')
-rw-r--r--uemis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.h b/uemis.h
index 29a168f5d..ba9a23402 100644
--- a/uemis.h
+++ b/uemis.h
@@ -28,7 +28,7 @@ typedef struct {
uint16_t consumption; // (units unclear)
uint8_t rgt; // (remaining gas time in minutes)
uint8_t cns;
- uint8_t flags[8];
+ uint8_t flags[8];
} __attribute((packed)) uemis_sample_t;
#endif /* DIVE_H */