Update RetroJoystickAdapter_Playstation.ino

This commit is contained in:
mcgurk 2016-10-09 20:22:24 +03:00 committed by GitHub
parent dbc3e386e6
commit 9c03755ca5
1 changed files with 4 additions and 4 deletions

View File

@ -87,12 +87,12 @@ class Joystick_ {
private:
uint8_t joystickId;
uint8_t reportId;
int8_t olddata[JOYSTICK_STATE_SIZE];
int8_t flag;
uint8_t olddata[JOYSTICK_STATE_SIZE];
uint8_t flag;
public:
int8_t type;
int8_t data[JOYSTICK_STATE_SIZE];
uint8_t type;
uint8_t data[JOYSTICK_STATE_SIZE];
Joystick_(uint8_t initJoystickId, uint8_t initReportId) {
// Setup HID report structure