Setting custom disable behaviors
Tried the following snippet on DisabledInit() and DisabledPeriodic(). Neôther worked.
@Override
Public void DisabledInit()
{
Super.DisabledInit();
LED.disable();
}
It didn't like the override. I may have typed it in wrong, as I'm going off of 2-month old memory, but still.
How do I get this to work?
|