]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
Ready for V5.1.1 release.
[freertos] / Demo / AVR_ATMega323_WinAVR / FreeRTOSConfig.h
index afd86a9a7ba9dfd58f64e137fe85160700b17eb2..94afd858cc8343d497a01ba868a14bfdfbbf923d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -60,6 +60,8 @@
  *\r
  * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
  * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. \r
+ *\r
+ * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
 #define configUSE_PREEMPTION           1\r
@@ -74,6 +76,7 @@
 #define configUSE_TRACE_FACILITY       0\r
 #define configUSE_16_BIT_TICKS         1\r
 #define configIDLE_SHOULD_YIELD                1\r
+#define configQUEUE_REGISTRY_SIZE      0\r
 \r
 /* Co-routine definitions. */\r
 #define configUSE_CO_ROUTINES          1\r