Fixed bug 3113574.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2399 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2010-11-20 14:22:16 +00:00
parent 9bc003fe7a
commit 8da551f1a3
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#define _BOARD_H_
/*
* Setup for the Olimex LCP-P2148 proto board.
* Setup for the Olimex LPC-P2148 proto board.
*/
/*

View File

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