1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-13 19:14:05 +00:00

disabled defaut turbo for joy1

This commit is contained in:
Newsdee
2016-06-19 12:47:36 +08:00
parent e8f2602586
commit 0e826b5cb5

2
osd.c
View File

@@ -741,7 +741,7 @@ static mist_joystick_t mist_joy[3] = { // 3rd one is dummy, used to store defaul
.state_extra=0,
.usb_state=0,
.usb_state_extra=0,
.turbo=50,
.turbo=0,
.turbo_counter=0,
.turbo_mask=0x30, // A and B buttons
.turbo_state=0xFF // flip state (0 or 1)