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:
Thomas Clark
2014-08-05 10:35:00 -04:00
parent b86c747226
commit 32cafd0efc
5 changed files with 25 additions and 148 deletions

View File

@@ -27,10 +27,4 @@ uint16_t GetFPGAVersion();
uint32_t GetFPGARevision();
uint32_t GetFPGATime();
bool GetUserButton();
void SetRIOUserLED(uint32_t state);
int32_t GetRIOUserLED();
int32_t ToggleRIOUserLED();
void SetRIO_FPGA_LED(uint32_t state);
int32_t GetRIO_FPGA_LED();
int32_t ToggleRIO_FPGA_LED();
std::string GetStackTrace(uint32_t offset);