aboutsummaryrefslogtreecommitdiffstats
path: root/boards/EA_LPCXPRESSO_BB_1114/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'boards/EA_LPCXPRESSO_BB_1114/board.c')
-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();