[hal] Implement HAL_GetSystemTimeValid on SystemCore (#8051)

This commit is contained in:
Thad House
2025-07-14 23:45:28 -07:00
committed by GitHub
parent abeaa40e38
commit ef24c1df97
3 changed files with 12 additions and 4 deletions

View File

@@ -276,10 +276,6 @@ HAL_Bool HAL_GetRSLState(int32_t* status) {
return false;
}
HAL_Bool HAL_GetSystemTimeValid(int32_t* status) {
return false;
}
HAL_Bool HAL_Initialize(int32_t timeout, int32_t mode) {
static std::atomic_bool initialized{false};
static wpi::mutex initializeMutex;