mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
dd9e5bb96f
commit
d77de11a1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue