aboutsummaryrefslogtreecommitdiffstats
path: root/boards/EA_LPCXPRESSO_BB_1114
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-02 14:38:08 +0000
commit39021902482ee2309e9234bb6f5c642500629b2b (patch)
treed27ac9e0649d9448ed8779ff26822f60dac93ca4 /boards/EA_LPCXPRESSO_BB_1114
parent946e895798593421d93e9d5f510504405f9e1c8d (diff)
downloadChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.gz
ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.tar.bz2
ChibiOS-39021902482ee2309e9234bb6f5c642500629b2b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1834 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/EA_LPCXPRESSO_BB_1114')
-rw-r--r--boards/EA_LPCXPRESSO_BB_1114/board.c5
1 files changed, 5 insertions, 0 deletions
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
@@ -43,6 +43,11 @@ void hwinit1(void) {
halInit();
/*
+ * Extra, board-specific, initializations.
+ */
+ LPC_IOCON->PIO0_7 = 0xC0; /* Disables pull-up on LED output. */
+
+ /*
* ChibiOS/RT initialization.
*/
chSysInit();