hid: Update the value for JOYSTICK_MIN

This commit is contained in:
cathery 2020-03-16 22:45:07 +03:00 committed by fincs
parent 6535d6f871
commit 31f871a74f

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