diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 12:18:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 12:18:51 +0000 |
commit | 0116b4d06b31b2adbd03576074bbc8503a023218 (patch) | |
tree | 40dec77117393ea7aa7bc5aaa1c090858e0521c2 /boards | |
parent | 3d8343e46408a73b7d1d71d25449709a0bdfb152 (diff) | |
download | ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.tar.gz ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.tar.bz2 ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/EA_LPCXPRESSO_BB_1343/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_1343/board.c b/boards/EA_LPCXPRESSO_BB_1343/board.c index ea5c29f34..117bda619 100644 --- a/boards/EA_LPCXPRESSO_BB_1343/board.c +++ b/boards/EA_LPCXPRESSO_BB_1343/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
|