diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-17 19:11:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-17 19:11:04 +0000 |
commit | 439038efb498c73ad9313e58586a923cb3faef21 (patch) | |
tree | 0cfa749b449bd33faa575de58298acf556e4c225 | |
parent | b741fd09dfb205589f5e83aa5754ffa4af450e10 (diff) | |
download | ChibiOS-439038efb498c73ad9313e58586a923cb3faef21.tar.gz ChibiOS-439038efb498c73ad9313e58586a923cb3faef21.tar.bz2 ChibiOS-439038efb498c73ad9313e58586a923cb3faef21.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1630 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 5789397ee..e4331ccf9 100644 --- a/readme.txt +++ b/readme.txt @@ -55,7 +55,7 @@ - FIX: Fixed invalid UART-related macro in the LPC214x HAL (bug 2953195)
(backported in 1.4.1).
- FIX: Impossible to enforce alignment greater of a pointer size for heap/core
- objects (bug 2952961)(backported in 1.4.1).
+ objects (bug 2952961).
- FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported
in 1.4.1).
- NEW: Added BOARD_NAME macro to the various board.h files.
|