From 9be1c67db2a0004db4458d0b5fa7fd31c1868a34 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 20 May 2012 08:37:29 +0000 Subject: New NXP headers. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4219 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/EA_LPCXPRESSO_BB_1343/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards/EA_LPCXPRESSO_BB_1343') diff --git a/boards/EA_LPCXPRESSO_BB_1343/board.c b/boards/EA_LPCXPRESSO_BB_1343/board.c index 6bd8fabf0..0c32dd9c7 100644 --- a/boards/EA_LPCXPRESSO_BB_1343/board.c +++ b/boards/EA_LPCXPRESSO_BB_1343/board.c @@ -56,7 +56,7 @@ void boardInit(void) { * 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 + LPC_IOCON->R_PIO1_2 = 0xC1; /* Disables pull-up on LED3B output and makes it GPIO1_2. */ LPC_IOCON->PIO1_9 = 0xC0; /* Disables pull-up on LED3R output.*/ LPC_IOCON->PIO1_10 = 0xC0; /* Disables pull-up on LED3G output.*/ -- cgit v1.2.3