]> git.sur5r.net Git - freertos/blobdiff - Demo/MCF5235_GCC/FreeRTOSConfig.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / MCF5235_GCC / FreeRTOSConfig.h
index 99608989af080840289dfbc23d922446675b84ad..d7d24c1b09c716ced2d3c61da622910848403db0 100644 (file)
 #define configUSE_PREEMPTION        1\r
 #define configUSE_IDLE_HOOK         0\r
 #define configUSE_TICK_HOOK         0\r
-#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 25000000 )\r
+#define configCPU_CLOCK_HZ          ( ( unsigned long ) 25000000 )\r
 #define configTICK_RATE_HZ          ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES        ( ( unsigned portBASE_TYPE ) 7 )\r
-#define configMINIMAL_STACK_SIZE    ( ( unsigned portSHORT ) 256 )\r
+#define configMINIMAL_STACK_SIZE    ( ( unsigned short ) 256 )\r
 #define configMAX_TASK_NAME_LEN     ( 16 )\r
 #define configUSE_TRACE_FACILITY    1\r
 #define configUSE_16_BIT_TICKS      0\r