[hal, wpilib] Fix REV PH disabled solenoid list (#6887)

This commit is contained in:
Ryan Blue
2024-07-29 10:59:49 -04:00
committed by GitHub
parent 3c2bdafd57
commit 0e9c514ebf
7 changed files with 74 additions and 9 deletions

View File

@@ -254,4 +254,9 @@ void HAL_GetREVPHStickyFaults(HAL_REVPHHandle handle,
HAL_REVPHStickyFaults* stickyFaults,
int32_t* status) {}
int32_t HAL_GetREVPHSolenoidDisabledList(HAL_REVPHHandle handle,
int32_t* status) {
return 0;
}
void HAL_ClearREVPHStickyFaults(HAL_REVPHHandle handle, int32_t* status) {}