Update interrupt priorities for Fujitsu port.

This commit is contained in:
Richard Barry 2008-02-11 21:01:22 +00:00
parent 6610911d3e
commit eb64d935dc
7 changed files with 172 additions and 136 deletions

View file

@ -174,7 +174,7 @@ signed portBASE_TYPE xReturn;
/*If the post causes a task to wake force a context switch
as the woken task may have a higher priority than the task we have
interrupted. */
portYIELDFromISR();
portYIELD_FROM_ISR();
}
}