]> 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 1f039b9fe8267ac7eafbba519c591cfcb2a1086d..d7d24c1b09c716ced2d3c61da622910848403db0 100644 (file)
@@ -5,7 +5,7 @@
     This file is part of the FreeRTOS distribution.\r
 \r
     FreeRTOS is free software; you can redistribute it and/or modify\r
-    it under the terms of the GNU General Public License as published by\r
+    it under the terms of the GNU General Public License** as published by\r
     the Free Software Foundation; either version 2 of the License, or\r
     (at your option) any later version.\r
 \r
 #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