diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-27 09:16:11 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-27 09:16:11 +0000 |
commit | 7a16267bc37fe43785a333e63ea6ece50a28aaf0 (patch) | |
tree | 2677e54414c6c47a89ef5c45a2a90423623eeff5 | |
parent | 32d5fbbb2109a98bb753b4dd9c75ff26d5697ef1 (diff) | |
download | ChibiOS-7a16267bc37fe43785a333e63ea6ece50a28aaf0.tar.gz ChibiOS-7a16267bc37fe43785a333e63ea6ece50a28aaf0.tar.bz2 ChibiOS-7a16267bc37fe43785a333e63ea6ece50a28aaf0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1794 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 4d5801bc7..8708fc441 100644 --- a/readme.txt +++ b/readme.txt @@ -90,6 +90,8 @@ - CHANGE: The module documentation has been moved from the kernel.dox file
to the various source code files in order to make it easier to maintain
and double as source comments.
+- CHANGE: Updated CMSIS files to version 1.3 and fixed the warnings in there
+ again...
*** 1.5.3 ***
- FIX: Removed C99-style variables declarations (bug 2964418)(backported
|