Cleaner MKSYSDEBUG option

This commit is contained in:
Arun Thomas
2011-08-18 14:56:34 +02:00
parent 6811647e20
commit 27c0e801f2
7 changed files with 7 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ PUBLIC int timer_int_handler(void)
TMR_NEVER : clock_timers->tmr_exp_time;
}
#if DEBUG_SERIAL
#ifdef DEBUG_SERIAL
if (do_serial_debug)
do_ser_debug();
#endif