Optionally disable kernel debug code

This commit is contained in:
Arun Thomas
2011-08-16 17:18:55 +02:00
parent 4c3e216cbd
commit 40592de32d
9 changed files with 33 additions and 6 deletions

View File

@@ -140,8 +140,11 @@ PUBLIC int timer_int_handler(void)
TMR_NEVER : clock_timers->tmr_exp_time;
}
#if DEBUG_SERIAL
if (do_serial_debug)
do_ser_debug();
#endif
}
return(1); /* reenable interrupts */