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