X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FMCF5235_GCC%2FFreeRTOSConfig.h;h=d7d24c1b09c716ced2d3c61da622910848403db0;hb=d331926edbe13b4486ee9a1603b6d6d97fe862ab;hp=99608989af080840289dfbc23d922446675b84ad;hpb=00c742ab093a218228fdd925e6f555167421c32e;p=freertos diff --git a/Demo/MCF5235_GCC/FreeRTOSConfig.h b/Demo/MCF5235_GCC/FreeRTOSConfig.h index 99608989a..d7d24c1b0 100644 --- a/Demo/MCF5235_GCC/FreeRTOSConfig.h +++ b/Demo/MCF5235_GCC/FreeRTOSConfig.h @@ -69,10 +69,10 @@ #define configUSE_PREEMPTION 1 #define configUSE_IDLE_HOOK 0 #define configUSE_TICK_HOOK 0 -#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 25000000 ) +#define configCPU_CLOCK_HZ ( ( unsigned long ) 25000000 ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 7 ) -#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 256 ) +#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 256 ) #define configMAX_TASK_NAME_LEN ( 16 ) #define configUSE_TRACE_FACILITY 1 #define configUSE_16_BIT_TICKS 0