hid: Updated the value for JOYSTICK_MAX.

This commit is contained in:
yellows8 2020-01-23 18:54:51 -05:00
parent 04214ea441
commit b83ddf8157
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -422,7 +422,7 @@ typedef struct SixAxisSensorValues {
HidVector orientation[3];
} SixAxisSensorValues;
#define JOYSTICK_MAX (0x8000)
#define JOYSTICK_MAX (0x7FFF)
#define JOYSTICK_MIN (-0x8000)
// End enums and output structs