From 98428ffe47bcad4b9be78733fcf1a7aa9e37dc72 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 2 Mar 2013 18:48:45 +0100 Subject: [PATCH] Forgot break statement --- Wii.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Wii.cpp b/Wii.cpp index 52325b05..45738ff1 100755 --- a/Wii.cpp +++ b/Wii.cpp @@ -414,6 +414,7 @@ void WII::ACLData(uint8_t* l2capinbuf) { roll = wiimoteRoll; break; 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 pitch = wiimotePitch; // The pitch is just equal to the angle calculated from the wiimote as there is no Motion Plus data available roll = wiimoteRoll;