Skip to content

Commit

Permalink
Also fix is time valid
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Dec 8, 2024
1 parent 5c82002 commit 8aa4369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hal/src/main/native/systemcore/HAL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ HAL_Bool HAL_GetRSLState(int32_t* status) {
}

HAL_Bool HAL_GetSystemTimeValid(int32_t* status) {
*status = HAL_HANDLE_ERROR;
return false;
}

Expand Down

0 comments on commit 8aa4369

Please sign in to comment.