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() ) //if( check() )
format(); format();
msc(5); msc(5);
isp(); delayms(200);
ReinvokeISP();
} }
void tick_initial(void){ void tick_initial(void){