case ausg_watchdog:
LED_or = LED_OFF;
stdOut_mr =stdOut;
stdOut = source_lcd;
test_wdg=0;
ClrWdt( );
while(1){
if(TimerFlag.IF1s){
TimerFlag.IF1s=0;
test_wdg++;
printOut("%bu\n",test_wdg);
}
}
break;