From d77de11a1d2e11bbda2d604108bf08b27b274e8e Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Fri, 4 Aug 2017 15:25:54 +0200 Subject: configure ostc3: Correct code for right button Back when I wrote this code I made a typo. This fixes it. Reported-By: Alexander Gottwald Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- core/configuredivecomputerthreads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3-70-g09d2