]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / Flshlite / FreeRTOSConfig.h
index e9a1ba93f4983179b9395d8dba46c08f9a8da92e..8f31a65abddb76363ea068bbd2fcee017afb6755 100644 (file)
@@ -84,7 +84,7 @@
 #define configUSE_PREEMPTION           1\r
 #define configUSE_IDLE_HOOK                    0\r
 #define configUSE_TICK_HOOK                    0\r
-#define configTICK_RATE_HZ                     ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                     ( ( TickType_t ) 1000 )\r
 #define configMAX_PRIORITIES           ( 10 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned short ) 128 ) /* This can be made smaller if required. */\r
 #define configTOTAL_HEAP_SIZE          ( ( size_t ) ( 32 * 1024 ) ) \r