mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04:00
Complete RL78/G14 demo.
This commit is contained in:
parent
3b1ff85222
commit
c79a5fe50c
7 changed files with 702 additions and 302 deletions
|
@ -144,7 +144,7 @@ unsigned long *pulLocal;
|
|||
|
||||
/* Write in the parameter value. */
|
||||
pulLocal = ( unsigned long * ) pxTopOfStack;
|
||||
*pulLocal = ( unsigned long ) pvParameters;
|
||||
*pulLocal = ( portSTACK_TYPE ) pvParameters;
|
||||
pxTopOfStack--;
|
||||
|
||||
/* These values are just spacers. The return address of the function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue