mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Removed the User LED functions
There is no "User" LED on the RoboRIO, these functions didn't do anything. Change-Id: I8d2eaf0efde90cc444503a79f26d591ddaaa6322
This commit is contained in:
@@ -280,9 +280,6 @@ extern "C"
|
||||
uint32_t getFPGARevision(int32_t *status);
|
||||
uint32_t getFPGATime(int32_t *status);
|
||||
|
||||
void setFPGALED(uint32_t state, int32_t *status);
|
||||
int32_t getFPGALED(int32_t *status);
|
||||
|
||||
bool getFPGAButton(int32_t *status);
|
||||
|
||||
int HALSetErrorData(const char *errors, int errorsLength, int wait_ms);
|
||||
|
||||
Reference in New Issue
Block a user