git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2984 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-05-20 12:57:01 +00:00
parent f4ec81ae14
commit 3003454605
1 changed files with 1 additions and 1 deletions

View File

@ -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