Correct the configUSE_16_BIT_TICKS usage in the GCC Coldfire port layer.

pull/4/head
Richard Barry 14 years ago
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…
Cancel
Save