]> git.sur5r.net Git - freertos/commitdiff
Set to use 32bit tick variables.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 6 Jul 2009 08:16:40 +0000 (08:16 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 6 Jul 2009 08:16:40 +0000 (08:16 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@802 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h

index 7c18d73bceaf065013ecee9208ee707bcc2bb601..37a39bd99f45aa76895ab623381b92b8786c7dac 100644 (file)
@@ -73,7 +73,7 @@
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 6 )\r
 #define configTOTAL_HEAP_SIZE                  ( (size_t) (80 * 1024) )\r
 #define configMAX_TASK_NAME_LEN                        ( 20 )\r
-#define configUSE_16_BIT_TICKS                 1\r
+#define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_MUTEXES                              1\r
 #define configUSE_TRACE_FACILITY               0\r
index 248e2a69597fc9a703acc6cb0f47f346421ccea8..8f1a34e8a616fd85b6473932e06b32dc0f812007 100644 (file)
@@ -73,7 +73,7 @@
 #define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 6 )\r
 #define configTOTAL_HEAP_SIZE                  ( (size_t) (80 * 1024) )\r
 #define configMAX_TASK_NAME_LEN                        ( 20 )\r
-#define configUSE_16_BIT_TICKS                 1\r
+#define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_MUTEXES                              1\r
 #define configUSE_TRACE_FACILITY               0\r