diff --git a/PS3BT.h b/PS3BT.h index e44083a1..dfcdd3e2 100644 --- a/PS3BT.h +++ b/PS3BT.h @@ -275,7 +275,6 @@ private: uint32_t timerHID;// timer used see if there has to be a delay before a new HID command uint32_t timerBulbRumble;// used to continuously set PS3 Move controller Bulb and rumble values - uint8_t l2capoutbuf[BULK_MAXPKTSIZE];// General purpose buffer for l2cap out data uint8_t l2capinbuf[BULK_MAXPKTSIZE]; // General purpose buffer for l2cap in data uint8_t HIDBuffer[HID_BUFFERSIZE];// Used to store HID commands uint8_t HIDMoveBuffer[HID_BUFFERSIZE];// Used to store HID commands for the Move controller