mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Remove old driver station code
We don't need to send status data from the user program anymore Change-Id: Ifbdb037cfb4e36681914dd7a3a2f5c56cbead6a2
This commit is contained in:
@@ -140,14 +140,6 @@ void HALSetNewDataSem(pthread_mutex_t * param)
|
||||
setNewDataSem(param);
|
||||
}
|
||||
|
||||
int HALSetStatusData(float battery, uint8_t dsDigitalOut, uint8_t updateNumber,
|
||||
const char *userDataHigh, int userDataHighLength,
|
||||
const char *userDataLow, int userDataLowLength, int wait_ms)
|
||||
{
|
||||
return setStatusData(battery, dsDigitalOut, updateNumber, userDataHigh,
|
||||
userDataHighLength, userDataLow, userDataLowLength, wait_ms);
|
||||
}
|
||||
|
||||
/**
|
||||
* Call this to start up HAL. This is required for robot programs.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user