mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-24 06:08:01 +08:00
Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user