From 39021902482ee2309e9234bb6f5c642500629b2b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 2 Apr 2010 14:38:08 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1834 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- boards/EA_LPCXPRESSO_BB_1114/board.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'boards/EA_LPCXPRESSO_BB_1114/board.c') diff --git a/boards/EA_LPCXPRESSO_BB_1114/board.c b/boards/EA_LPCXPRESSO_BB_1114/board.c index f5310d1c7..401b0532e 100644 --- a/boards/EA_LPCXPRESSO_BB_1114/board.c +++ b/boards/EA_LPCXPRESSO_BB_1114/board.c @@ -42,6 +42,11 @@ void hwinit1(void) { */ halInit(); + /* + * Extra, board-specific, initializations. + */ + LPC_IOCON->PIO0_7 = 0xC0; /* Disables pull-up on LED output. */ + /* * ChibiOS/RT initialization. */ -- cgit v1.2.3