X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FAVR32_UC3%2FFreeRTOSConfig.h;h=5b22c861c256fe71a166fd5180a47e27323f3a14;hb=b50b48b5915471248b185bdff4ee0a4ee1826f75;hp=905de31b590a9518e047bec8c398f981ad82ca43;hpb=763d6a5028f736b860543baaf746962e6c3d1523;p=freertos diff --git a/Demo/AVR32_UC3/FreeRTOSConfig.h b/Demo/AVR32_UC3/FreeRTOSConfig.h index 905de31b5..5b22c861c 100644 --- a/Demo/AVR32_UC3/FreeRTOSConfig.h +++ b/Demo/AVR32_UC3/FreeRTOSConfig.h @@ -65,7 +65,7 @@ #define configPBA_CLOCK_HZ ( FOSC0 ) #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 8 ) -#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 128 ) +#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 ) /* configTOTAL_HEAP_SIZE is not used when heap_3.c is used. */ #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 1024*25 ) ) #define configMAX_TASK_NAME_LEN ( 16 )