From 90b70c4d4618296d0aed5d75e9170b6865192db0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Jan 2011 14:02:44 +0000 Subject: Added a note to the readme. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2572 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index bc5298062..3b1aa602a 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,8 @@ - CHANGE: Changed the declaration of the main() function in all demos without arguments. Removed the clearing of arguments from the startup files and saved some space. +- CHANGE: Queues callbacks now have as parameter a pointer to the queue, + there were no parameters previously. *** 2.1.6 *** - FIX: Fixed error in sdPutTimeout() macro (bug 3138763)(backported in 2.0.9). -- cgit v1.2.3