[hal] Add GetTeamNumber (#5596)

This commit is contained in:
Ryan Blue
2023-09-02 02:34:18 -04:00
committed by GitHub
parent a750bee54d
commit ac23f92451
19 changed files with 259 additions and 0 deletions

View File

@@ -288,6 +288,10 @@ size_t HAL_GetComments(char* buffer, size_t size) {
return HALSIM_GetRoboRioComments(buffer, size);
}
int32_t HAL_GetTeamNumber(void) {
return HALSIM_GetRoboRioTeamNumber();
}
uint64_t HAL_GetFPGATime(int32_t* status) {
return hal::GetFPGATime();
}