mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Forgot break statement
This commit is contained in:
parent
eac016f006
commit
98428ffe47
1 changed files with 1 additions and 0 deletions
1
Wii.cpp
1
Wii.cpp
|
@ -414,6 +414,7 @@ void WII::ACLData(uint8_t* l2capinbuf) {
|
||||||
roll = wiimoteRoll;
|
roll = wiimoteRoll;
|
||||||
break;
|
break;
|
||||||
case 0x32: // Core Buttons with 8 Extension bytes - (a1) 32 BB BB EE EE EE EE EE EE EE EE
|
case 0x32: // Core Buttons with 8 Extension bytes - (a1) 32 BB BB EE EE EE EE EE EE EE EE
|
||||||
|
break;
|
||||||
case 0x33: // Core Buttons with Accelerometer and 12 IR bytes - (a1) 33 BB BB AA AA AA II II II II II II II II II II II II
|
case 0x33: // Core Buttons with Accelerometer and 12 IR bytes - (a1) 33 BB BB AA AA AA II II II II II II II II II II II II
|
||||||
pitch = wiimotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus data available
|
pitch = wiimotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus data available
|
||||||
roll = wiimoteRoll;
|
roll = wiimoteRoll;
|
||||||
|
|
Loading…
Reference in a new issue