summaryrefslogtreecommitdiffstats
path: root/core/configuredivecomputerthreads.cpp
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2017-08-04 15:25:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-04 09:50:44 -0700
commitd77de11a1d2e11bbda2d604108bf08b27b274e8e (patch)
tree5e4eeab093e806e0e8a9d49cba7b68e9729c0f23 /core/configuredivecomputerthreads.cpp
parentdd9e5bb96fd69dc46605056b37230e68104a6b3b (diff)
downloadsubsurface-d77de11a1d2e11bbda2d604108bf08b27b274e8e.tar.gz
configure ostc3: Correct code for right button
Back when I wrote this code I made a typo. This fixes it. Reported-By: Alexander Gottwald <jugendtrainingtsck@gmail.com> Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/configuredivecomputerthreads.cpp')
-rw-r--r--core/configuredivecomputerthreads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configuredivecomputerthreads.cpp b/core/configuredivecomputerthreads.cpp
index ff592b717..9499332d7 100644
--- a/core/configuredivecomputerthreads.cpp
+++ b/core/configuredivecomputerthreads.cpp
@@ -48,7 +48,7 @@
#define OSTC3_SETPOINT_FALLBACK 0x38
#define OSTC3_FLIP_SCREEN 0x39
#define OSTC3_LEFT_BUTTON_SENSIVITY 0x3A
-#define OSTC3_RIGHT_BUTTON_SENSIVITY 0x3A
+#define OSTC3_RIGHT_BUTTON_SENSIVITY 0x3B
#define OSTC4_BUTTON_SENSIVITY 0x3A
#define OSTC3_BOTTOM_GAS_CONSUMPTION 0x3C
#define OSTC3_DECO_GAS_CONSUMPTION 0x3D