From 0116b4d06b31b2adbd03576074bbc8503a023218 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 6 Jan 2011 12:18:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/EA_LPCXPRESSO_BB_1343/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards') 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 -- cgit v1.2.3