From 8da551f1a3410cd700b20b0679147f491b45a483 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 20 Nov 2010 14:22:16 +0000 Subject: [PATCH] Fixed bug 3113574. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2399 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/OLIMEX_LPC_P2148/board.h | 2 +- readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/OLIMEX_LPC_P2148/board.h b/boards/OLIMEX_LPC_P2148/board.h index 8fa05aa76..48dc4f6bb 100644 --- a/boards/OLIMEX_LPC_P2148/board.h +++ b/boards/OLIMEX_LPC_P2148/board.h @@ -21,7 +21,7 @@ #define _BOARD_H_ /* - * Setup for the Olimex LCP-P2148 proto board. + * Setup for the Olimex LPC-P2148 proto board. */ /* diff --git a/readme.txt b/readme.txt index fb24a2143..1158720ea 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,7 @@ ***************************************************************************** *** 2.1.4 *** +- FIX: Fixed typo in board name (bug 3113574)(backported to 2.0.7). - FIX: Fixed defective event wait functions with timeout (bug 3113443) (backported to 2.0.7). - NEW: ARM7 port reorganization following the same pattern of the ARMCMx