]> git.sur5r.net Git - freertos/commitdiff
Set configUSE_16_BIT_TICKS back to is proper (not test) configuration.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Feb 2011 17:58:09 +0000 (17:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 28 Feb 2011 17:58:09 +0000 (17:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1313 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/WIN32-MSVC/FreeRTOSConfig.h

index 76717a7155d93afc08a243f59cc6761615357cf8..d8b704f5b65114f171019efb78b5ca24c3a7a725 100644 (file)
@@ -73,7 +73,7 @@
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) 0 ) /* This parameter has no effect when heap_3.c is included in the project. */\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r
 #define configUSE_TRACE_FACILITY               1\r
-#define configUSE_16_BIT_TICKS                 1\r
+#define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_CO_ROUTINES                  0\r
 #define configUSE_MUTEXES                              1\r