mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Updated IAR RL78 port layer.
This commit is contained in:
parent
b78fa80fbe
commit
8c66fdbb8c
5 changed files with 1414 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
;/*
|
||||
; FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.
|
||||
;
|
||||
;
|
||||
;
|
||||
; ***************************************************************************
|
||||
; * *
|
||||
|
@ -72,7 +72,7 @@ vPortYield:
|
|||
portRESTORE_CONTEXT ; Restore the context of the next task to run.
|
||||
retb
|
||||
|
||||
|
||||
|
||||
; Starts the scheduler by restoring the context of the task that will execute
|
||||
; first.
|
||||
RSEG CODE:CODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue