mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Continue 78K0R development.
This commit is contained in:
parent
e311bdb650
commit
e4319d7f88
|
@ -72,7 +72,7 @@ extern "C" {
|
||||||
#define portLONG long
|
#define portLONG long
|
||||||
#define portSHORT short
|
#define portSHORT short
|
||||||
#define portSTACK_TYPE unsigned short
|
#define portSTACK_TYPE unsigned short
|
||||||
#define portBASE_TYPE int
|
#define portBASE_TYPE short
|
||||||
|
|
||||||
#if (configUSE_16_BIT_TICKS==1)
|
#if (configUSE_16_BIT_TICKS==1)
|
||||||
typedef unsigned int portTickType;
|
typedef unsigned int portTickType;
|
||||||
|
|
Loading…
Reference in a new issue