Set default timeout to 2 minutes

This commit is contained in:
claudiol 2016-05-11 13:30:32 -04:00
parent 8f28bdaba8
commit ff3f9e2e1b

View file

@ -122,7 +122,7 @@ void busy_handler()
void halInitBusyHandler()
{
cpu_setspeed(6000000);
halFlags=SET_AUTOOFFTIME(1);
halFlags=SET_AUTOOFFTIME(3); // DEFAULT TO 2 MINUTES
halBusyEvent=tmr_eventcreate(&busy_handler,500,0);
}