Skip to content

Commit

Permalink
configure ostc3: Correct code for right button
Browse files Browse the repository at this point in the history
Back when I wrote this code I made a typo. This fixes it.

Reported-By: Alexander Gottwald <[email protected]>
Signed-off-by: Anton Lundin <[email protected]>
Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
glance- authored and dirkhh committed Aug 4, 2017
1 parent dd9e5bb commit d77de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/configuredivecomputerthreads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d77de11

Please sign in to comment.