Index: App/Drivers/CPLD.h =================================================================== diff -u -r67c59954ab757ae9d57b3d80f2b3cb8087300be6 -rc91e9da338d92432930d3589a4055ebbb404c6cb --- App/Drivers/CPLD.h (.../CPLD.h) (revision 67c59954ab757ae9d57b3d80f2b3cb8087300be6) +++ App/Drivers/CPLD.h (.../CPLD.h) (revision c91e9da338d92432930d3589a4055ebbb404c6cb) @@ -34,4 +34,12 @@ PIN_SIGNAL_STATE_T getCPLDOffButton( void ); PIN_SIGNAL_STATE_T getCPLDStopButton( void ); +// ***************************** TEST CODE ****************************** +// TODO - remove later +#if 1 +PIN_SIGNAL_STATE_T getUserButtonState( void ); +void setUserLED( BOOL on ); #endif +// ************************** END TEST CODE ****************************** + +#endif