mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 12:53:52 -04:00
Continue work on the SH2A port.
This commit is contained in:
parent
04c48138a8
commit
9b27b75715
4 changed files with 53 additions and 54 deletions
|
@ -241,7 +241,7 @@ long lInterruptMask;
|
|||
trapa( portYIELD_TRAP_NO );
|
||||
|
||||
/* Restore the interrupt mask to whatever it was previously (when the
|
||||
function was entered. */
|
||||
function was entered). */
|
||||
set_imask( ( int ) lInterruptMask );
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
@ -290,8 +290,3 @@ extern void * volatile pxCurrentTCB;
|
|||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue