hid: Update the value for JOYSTICK_MIN

This commit is contained in:
cathery 2020-03-16 22:45:07 +03:00 committed by GitHub
parent 6535d6f871
commit b26cf26f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ typedef struct SixAxisSensorValues {
} SixAxisSensorValues;
#define JOYSTICK_MAX (0x7FFF)
#define JOYSTICK_MIN (-0x8000)
#define JOYSTICK_MIN (-0x7FFF)
// End enums and output structs