diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 14:38:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-02 14:38:08 +0000 |
commit | 39021902482ee2309e9234bb6f5c642500629b2b (patch) | |
tree | d27ac9e0649d9448ed8779ff26822f60dac93ca4 /boards | |
parent | 946e895798593421d93e9d5f510504405f9e1c8d (diff) | |
download | ChibiOS-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')
-rw-r--r-- | boards/EA_LPCXPRESSO_BB_1114/board.c | 5 |
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();
|