diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-07 12:38:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-07 12:38:56 +0000 |
commit | 71a1820c4a0be292590ed63c284539a68cd22fbb (patch) | |
tree | eed822bef537ffe726f0440185ebe82410a3233a /readme.txt | |
parent | 17238a46dfda97b64b3f3f35eb85cfdd37db2f92 (diff) | |
download | ChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.tar.gz ChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.tar.bz2 ChibiOS-71a1820c4a0be292590ed63c284539a68cd22fbb.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@338 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 4f5e701cb..8d5db6ccc 100644 --- a/readme.txt +++ b/readme.txt @@ -85,6 +85,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - New benchmark added to the test suite.
- Added the C++ wrapper entries to the documentation.
- Fixed the documentation entry for the chThdCreate() API.
+- Removed redundant ifdefs from the ch.h header.
*** 0.6.6 ***
- NEW: Improved test suite, now the suite is divided in modules and the code
|