diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:09:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:09:18 +0000 |
commit | eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f (patch) | |
tree | b937607d434f1cb1461b41d7c1cca4cff3a959d8 /boards | |
parent | 7dc2098ccdebe3b2f54f1c9a60d3355bf0d59489 (diff) | |
download | ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.tar.gz ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.tar.bz2 ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/EA_LPCXPRESSO_BB_1114/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.c b/boards/EA_LPCXPRESSO_BB_1114/board.c index cb9116eed..31b194aef 100644 --- a/boards/EA_LPCXPRESSO_BB_1114/board.c +++ b/boards/EA_LPCXPRESSO_BB_1114/board.c @@ -52,7 +52,7 @@ void boardInit(void) { /*
* Extra, board-specific, initializations.
* NOTE: PIO1_2 is associated also to the JTAG, if you need to use JTAG
- * you must comment that line first. + * you must comment that line first.
*/
LPC_IOCON->PIO0_7 = 0xC0; /* Disables pull-up on LED2 output. */
LPC_IOCON->JTAG_nTRST_PIO1_2 = 0xC1; /* Disables pull-up on LED3B output
|