aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-02 14:02:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-02 14:02:44 +0000
commit90b70c4d4618296d0aed5d75e9170b6865192db0 (patch)
tree43cdb809da68396129eaf2f7a863c2630238705e /readme.txt
parenta1534ccb61d616ad15a69a668fe26466a87d76a9 (diff)
downloadChibiOS-90b70c4d4618296d0aed5d75e9170b6865192db0.tar.gz
ChibiOS-90b70c4d4618296d0aed5d75e9170b6865192db0.tar.bz2
ChibiOS-90b70c4d4618296d0aed5d75e9170b6865192db0.zip
Added a note to the readme.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2572 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
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).