From: richardbarry Date: Mon, 28 Feb 2011 17:58:09 +0000 (+0000) Subject: Set configUSE_16_BIT_TICKS back to is proper (not test) configuration. X-Git-Tag: V7.0.0~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39c93bde1a2fe7cfae9ebf6b90f7ad5d1569eb66;p=freertos Set configUSE_16_BIT_TICKS back to is proper (not test) configuration. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1313 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/WIN32-MSVC/FreeRTOSConfig.h b/Demo/WIN32-MSVC/FreeRTOSConfig.h index 76717a715..d8b704f5b 100644 --- a/Demo/WIN32-MSVC/FreeRTOSConfig.h +++ b/Demo/WIN32-MSVC/FreeRTOSConfig.h @@ -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. */ #define configMAX_TASK_NAME_LEN ( 12 ) #define configUSE_TRACE_FACILITY 1 -#define configUSE_16_BIT_TICKS 1 +#define configUSE_16_BIT_TICKS 0 #define configIDLE_SHOULD_YIELD 1 #define configUSE_CO_ROUTINES 0 #define configUSE_MUTEXES 1