]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_ATSAM3X_Atmel_Studio / src / FreeRTOSConfig.h
index e9d0fed54aad456a5c9f8c40929f6b7f1033d80e..8076b2739246a73b825c76a5007601ab16f61abe 100644 (file)
@@ -93,7 +93,7 @@ extern uint32_t SystemCoreClock;
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( SystemCoreClock )\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 1000 )\r
 #define configMAX_PRIORITIES                   ( 5 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 130 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 40960 ) )\r