mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
Set default timeout to 2 minutes
This commit is contained in:
parent
8f28bdaba8
commit
ff3f9e2e1b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue