Add HAL Documentation (#1132)

This commit is contained in:
Thad House
2018-07-04 00:18:18 -07:00
committed by Peter Johnson
parent de5d7d3c17
commit 59e8b60267
34 changed files with 2276 additions and 284 deletions

View File

@@ -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;
}