There was an error while loading. Please reload this page.
1 parent 462ef60 commit fb370fcCopy full SHA for fb370fc
1 file changed
MicrocontrollerCode/include/JoystickFunctions.h
@@ -19,8 +19,8 @@ struct RefSpeed {
19
* Struct representing the reference displace
20
*/
21
struct RefDisplacement {
22
- int8_t longDisp; ///< Forward/Backward displacement with + indicating forward
23
- int8_t latDisp; ///< Side to side displacement with + indicating right
+ int16_t longDisp; ///< Forward/Backward displacement with + indicating forward
+ int16_t latDisp; ///< Side to side displacement with + indicating right
24
};
25
26
/**
0 commit comments