]> git.sur5r.net Git - freertos/commitdiff
Add #define configQUEUE_REGISTRY_SIZE 0
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 May 2008 18:52:26 +0000 (18:52 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 23 May 2008 18:52:26 +0000 (18:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@382 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/PC/FreeRTOSConfig.h

index 9111768b19c32407c1e4f58ee189a64e4cec69d9..09017c7acd14c54a51818891d6a1b7fe892b2504 100644 (file)
@@ -80,6 +80,7 @@
 #define configUSE_RECURSIVE_MUTEXES            1\r
 #define configCHECK_FOR_STACK_OVERFLOW 0 /* Do not use this option on the PC port. */\r
 #define configUSE_APPLICATION_TASK_TAG 1\r
+#define configQUEUE_REGISTRY_SIZE              0\r
 \r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 10 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r