]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR32_UC3/FreeRTOSConfig.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / AVR32_UC3 / FreeRTOSConfig.h
index 905de31b590a9518e047bec8c398f981ad82ca43..5b22c861c256fe71a166fd5180a47e27323f3a14 100644 (file)
@@ -65,7 +65,7 @@
 #define configPBA_CLOCK_HZ        ( FOSC0 )\r
 #define configTICK_RATE_HZ        ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES      ( ( unsigned portBASE_TYPE ) 8 )\r
-#define configMINIMAL_STACK_SIZE  ( ( unsigned portSHORT ) 128 )\r
+#define configMINIMAL_STACK_SIZE  ( ( unsigned short ) 128 )\r
 /* configTOTAL_HEAP_SIZE is not used when heap_3.c is used. */\r
 #define configTOTAL_HEAP_SIZE     ( ( size_t ) ( 1024*25 ) )\r
 #define configMAX_TASK_NAME_LEN   ( 16 )\r