]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
Ensure both one-shot and auto-reload are written consistently with a hyphen in comments.
[freertos] / FreeRTOS / Demo / WIN32-MSVC / FreeRTOSConfig.h
index 6b98922ee5d2e5b6fa92915cac0de94a6da764eb..2dca61617bfaf59be28b5301c14e7ddfc7d52a88 100644 (file)
@@ -62,8 +62,9 @@
 #define configUSE_ALTERNATIVE_API                              0\r
 #define configUSE_QUEUE_SETS                                   1\r
 #define configUSE_TASK_NOTIFICATIONS                   1\r
-#define configSUPPORT_STATIC_ALLOCATION                        0\r
-#define configSUPPORT_DYNAMIC_ALLOCATION               1\r
+#define configSUPPORT_STATIC_ALLOCATION                        1\r
+#define configINITIAL_TICK_COUNT                               ( ( TickType_t ) 0 ) /* For test. */\r
+#define configSTREAM_BUFFER_TRIGGER_LEVEL_TEST_MARGIN 1 /* As there are a lot of tasks running. */\r
 \r
 /* Software timer related configuration options. */\r
 #define configUSE_TIMERS                                               1\r