summaryrefslogtreecommitdiffstats
path: root/configuredivecomputerthreads.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-10-18 00:33:36 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-18 15:20:20 -0700
commit624f0e9b243cbca8019bb71f74073d6bbc74468e (patch)
tree9ae05e721b84f4305d050b26a197bb7ebf1a05a6 /configuredivecomputerthreads.cpp
parent9e958c80fa11bb250560fc9b4d4c65c623f47e60 (diff)
downloadsubsurface-624f0e9b243cbca8019bb71f74073d6bbc74468e.tar.gz
Fix 02 typo, rename O2 members in devicesettings
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'configuredivecomputerthreads.cpp')
-rw-r--r--configuredivecomputerthreads.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/configuredivecomputerthreads.cpp b/configuredivecomputerthreads.cpp
index fe5430a23..00e2e1a96 100644
--- a/configuredivecomputerthreads.cpp
+++ b/configuredivecomputerthreads.cpp
@@ -22,8 +22,8 @@
#define OSTC3_CCR_MODE 0x1F
#define OSTC3_DIVE_MODE 0x20
#define OSTC3_DECO_TYPE 0x21
-#define OSTC3_PP02_MAX 0x22
-#define OSTC3_PP02_MIN 0x23
+#define OSTC3_PPO2_MAX 0x22
+#define OSTC3_PPO2_MIN 0x23
#define OSTC3_FUTURE_TTS 0x24
#define OSTC3_GF_LOW 0x25
#define OSTC3_GF_HIGH 0x26