git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1630 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-02-17 19:11:04 +00:00
parent b741fd09df
commit 439038efb4
1 changed files with 1 additions and 1 deletions

View File

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