summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 68421fec1..af5049fab 100644
--- a/dive.h
+++ b/dive.h
@@ -135,6 +135,8 @@ static inline int get_he(const struct gasmix *mix)
struct gas_pressures {
double o2, n2, he;
+ double sensor[3];
+ double setpoint;
};
extern void sanitize_gasmix(struct gasmix *mix);