Fixed bug 3113574.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2400 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e15738df0b
commit
09f2871b3d
|
@ -28,14 +28,14 @@
|
|||
#define _BOARD_H_
|
||||
|
||||
/*
|
||||
* Setup for the Olimex LCP-P2148 proto board.
|
||||
* Setup for the Olimex LPC-P2148 proto board.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Board identifier.
|
||||
*/
|
||||
#define BOARD_OLIMEX_LCP_P2148
|
||||
#define BOARD_NAME "Olimex LCP-P2148"
|
||||
#define BOARD_OLIMEX_LPC_P2148
|
||||
#define BOARD_NAME "Olimex LPC-P2148"
|
||||
|
||||
/*
|
||||
* The following values are implementation dependent. You may change them in
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.0.7 ***
|
||||
- FIX: Fixed typo in board name (bug 3113574).
|
||||
- FIX: Fixed defective event wait functions with timeout (bug 3113443).
|
||||
|
||||
*** 2.0.6 ***
|
||||
|
|
Loading…
Reference in New Issue