mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix HALGetJoystickAxisType() definition to match header.
Change-Id: Ie68546930dd1cd07d39f8796f855e8ee26ccd317
This commit is contained in:
@@ -76,7 +76,7 @@ const char* HALGetJoystickName(uint8_t joystickNum)
|
||||
}
|
||||
}
|
||||
|
||||
int HALGetJoystickAxisType(uint8_t joystickNum, int axis)
|
||||
int HALGetJoystickAxisType(uint8_t joystickNum, uint8_t axis)
|
||||
{
|
||||
HALJoystickDescriptor joystickDesc;
|
||||
if(HALGetJoystickDescriptor(joystickNum, &joystickDesc)<0)
|
||||
|
||||
Reference in New Issue
Block a user