mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[hal] Clean up references to removed HAL features (#8695)
#7695, #7696, #7697, #7701, #7724, #7753, #7861 removed various features from the HAL, but forgot to clean up the handles, the WS API, or both. Additionally, since AnalogInput is the only remaining analog I/O, AnalogJNI was renamed to the more specific AnalogInputJNI.
This commit is contained in:
@@ -17,7 +17,6 @@ extern "C" {
|
||||
double HAL_GetVinVoltage(int32_t* status) {
|
||||
return SimRoboRioData->vInVoltage;
|
||||
}
|
||||
void HAL_SetUserRailEnabled5V(HAL_Bool enabled, int32_t* status) {}
|
||||
double HAL_GetUserVoltage3V3(int32_t* status) {
|
||||
return SimRoboRioData->userVoltage3V3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user