From 439038efb498c73ad9313e58586a923cb3faef21 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 17 Feb 2010 19:11:04 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1630 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.