git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@734 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-07 10:49:47 +00:00
parent aaf826b161
commit 37c2720510
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ static void idle_thread(void *p) {
while (TRUE) {
port_wait_for_interrupt();
IDLE_LOOP_HOOK();
}
}