From 300345460518dcafbd955e7d3975dd7cb47999e1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 20 May 2011 12:57:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2984 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 03541aa30..4c7893b37 100644 --- a/readme.txt +++ b/readme.txt @@ -96,7 +96,7 @@ - CHANGE: chiQGetFullI() and chOQGetFullI() become macros. The queues subsystem has been optimized and is no more dependent on semaphores. Note that the queues callbacks invocation policy has been slightly - changed, see the documentation. + changed, see the documentation (backported to 2.2.4). *** 2.3.2 *** - FIX: Fixed invalid BRR() macro in AVR serial driver (bug 3299306)(backported