From 03a82c5bc83d86346ff9bed6991620f21fee7493 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 23 May 2008 19:22:33 +0000 Subject: [PATCH] Add #define configQUEUE_REGISTRY_SIZE 0 --- Demo/PIC32MX_MPLAB/FreeRTOSConfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h index ad2fad281..73f9ed97a 100644 --- a/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h +++ b/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h @@ -78,6 +78,7 @@ #define configIDLE_SHOULD_YIELD 1 #define configUSE_MUTEXES 1 #define configCHECK_FOR_STACK_OVERFLOW 2 +#define configQUEUE_REGISTRY_SIZE 0 /* Co-routine definitions. */ #define configUSE_CO_ROUTINES 0