mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Fixes a missed float to double change in the HAL. (#176)
This commit is contained in:
committed by
Peter Johnson
parent
6251697f60
commit
5305087162
@@ -149,7 +149,7 @@ int32_t HAL_SetJoystickOutputs(int32_t joystickNum, int64_t outputs,
|
||||
leftRumble, rightRumble);
|
||||
}
|
||||
|
||||
float HAL_GetMatchTime(int32_t* status) {
|
||||
double HAL_GetMatchTime(int32_t* status) {
|
||||
float matchTime;
|
||||
*status = FRC_NetworkCommunication_getMatchTime(&matchTime);
|
||||
return matchTime;
|
||||
|
||||
Reference in New Issue
Block a user