Added a note to the readme.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2572 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-01-02 14:02:44 +00:00
parent a1534ccb61
commit 90b70c4d46
1 changed files with 2 additions and 0 deletions

View File

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