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