This commit is contained in:
Pedro de Oliveira 2014-09-14 22:04:00 +01:00
parent ac4e8f2496
commit e8bd762fe8
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ void loop() {
joySt.buttons = joySt.buttons | 8;
}
if (btn_x && bitRead(controller_data, 6) == 1) {
btn_x = true;
btn_x = false;
joySt.buttons = joySt.buttons & 247;
}