mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-09 23:57:49 -04:00
Change name of asm file to be consistent with other ports.
This commit is contained in:
parent
e602554120
commit
18797cb689
2 changed files with 9 additions and 9 deletions
|
@ -71,7 +71,7 @@ extern "C" {
|
|||
#define portDOUBLE double
|
||||
#define portLONG long
|
||||
#define portSHORT short
|
||||
#define portSTACK_TYPE unsigned int
|
||||
#define portSTACK_TYPE unsigned short
|
||||
#define portBASE_TYPE int
|
||||
|
||||
#if (configUSE_16_BIT_TICKS==1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue