forked from epagris/FreeRTOS-Kernel
Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.
This commit is contained in:
parent
cb238fc1fa
commit
95b2901ba6
@ -67,7 +67,7 @@ extern "C" {
|
||||
#define portSTACK_TYPE unsigned int
|
||||
#define portBASE_TYPE int
|
||||
|
||||
#if( USE_16_BIT_TICKS == 1 )
|
||||
#if( configUSE_16_BIT_TICKS == 1 )
|
||||
typedef unsigned portSHORT portTickType;
|
||||
#define portMAX_DELAY ( portTickType ) 0xffff
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user