mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add HAL Documentation (#1132)
This commit is contained in:
committed by
Peter Johnson
parent
de5d7d3c17
commit
59e8b60267
@@ -168,7 +168,7 @@ double HAL_GetMatchTime(int32_t* status) {
|
||||
return SimDriverStationData->GetMatchTime();
|
||||
}
|
||||
|
||||
int HAL_GetMatchInfo(HAL_MatchInfo* info) {
|
||||
int32_t HAL_GetMatchInfo(HAL_MatchInfo* info) {
|
||||
SimDriverStationData->GetMatchInfo(info);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user