mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Forgot break in switch statement
This commit is contained in:
parent
5a424b5523
commit
2be3f61301
1 changed files with 1 additions and 0 deletions
1
Wii.cpp
1
Wii.cpp
|
@ -285,6 +285,7 @@ void WII::ACLData(uint8_t* l2capinbuf) {
|
|||
#endif
|
||||
break;
|
||||
case 0x30: // Core buttons - (a1) 30 BB BB
|
||||
break;
|
||||
case 0x31: // Core Buttons and Accelerometer - (a1) 31 BB BB AA AA AA
|
||||
pitch = wiiMotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus connected
|
||||
roll = wiiMoteRoll;
|
||||
|
|
Loading…
Reference in a new issue