mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 13:45:07 -05:00
Add the system call table as an actual extern declaration to the ASM file
This commit is contained in:
parent
aacae9f21c
commit
8f9deb4514
1 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
/* External FreeRTOS-Kernel Variables */
|
||||
.extern pxCurrentTCB
|
||||
.extern uxSystemCallImplementations
|
||||
.extern ulPortInterruptNesting
|
||||
.extern ulICCEOIR
|
||||
.extern ulPortYieldRequired
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue