initial: no watchdog in isp mode

This commit is contained in:
schneider 2011-07-31 20:34:56 +02:00
parent e4869f6ec0
commit b28920fec8
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ void main_initial(void) {
//if( check() )
format();
msc(5);
isp();
delayms(200);
ReinvokeISP();
}
void tick_initial(void){