Poll serial line for debug output requests when do_serial_debug is true.
This commit is contained in:
parent
8937b6a8de
commit
94bc849574
1 changed files with 4 additions and 2 deletions
|
@ -211,6 +211,10 @@ irq_hook_t *hook;
|
||||||
prev_ptr = proc_ptr; /* store running process */
|
prev_ptr = proc_ptr; /* store running process */
|
||||||
lock_notify(HARDWARE, CLOCK); /* send notification */
|
lock_notify(HARDWARE, CLOCK); /* send notification */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (do_serial_debug)
|
||||||
|
do_ser_debug();
|
||||||
|
|
||||||
return(1); /* reenable interrupts */
|
return(1); /* reenable interrupts */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -285,5 +289,3 @@ PRIVATE void load_update(void)
|
||||||
kloadinfo.last_clock = realtime;
|
kloadinfo.last_clock = realtime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue