]> git.sur5r.net Git - freertos/commitdiff
Added configQUEUE_REGISTRY_SIZE definition.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 23 Nov 2009 10:24:50 +0000 (10:24 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 23 Nov 2009 10:24:50 +0000 (10:24 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@939 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h

index 460120cfcde905528a475df10b371a50297f6e87..31590c30dc73f701aec7e1b3bf4a3df51e7c13fe 100644 (file)
@@ -33,9 +33,9 @@
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT\r
     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\r
-    more details. You should have received a copy of the GNU General Public \r
-    License and the FreeRTOS license exception along with FreeRTOS; if not it \r
-    can be viewed here: http://www.freertos.org/a00114.html and also obtained \r
+    more details. You should have received a copy of the GNU General Public\r
+    License and the FreeRTOS license exception along with FreeRTOS; if not it\r
+    can be viewed here: http://www.freertos.org/a00114.html and also obtained\r
     by writing to Richard Barry, contact details for whom are available on the\r
     FreeRTOS WEB site.\r
 \r
@@ -64,7 +64,7 @@
  * application requirements.\r
  *\r
  * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. \r
+ * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
  *\r
  * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
@@ -81,6 +81,7 @@
 #define configUSE_TRACE_FACILITY       1\r
 #define configUSE_16_BIT_TICKS         0\r
 #define configIDLE_SHOULD_YIELD                0\r
+#define configQUEUE_REGISTRY_SIZE      10\r
 \r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES          0\r