diff options
| author | hathach <[email protected]> | 2014-03-25 16:41:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-25 16:41:50 +0700 |
| commit | 04c94440da119d98f9d6d2f512822b2832c2aefa (patch) | |
| tree | 86ec32cbc323fdf85e4f6465dc40ab32eb17d059 /boards/microbuilder | |
| parent | f802b544178c2ed25c3648bafbbd1f7a37a67d33 (diff) | |
added board lpcxpresso 11u14
Diffstat (limited to 'boards/microbuilder')
| -rw-r--r-- | boards/microbuilder/board_rf1ghznode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boards/microbuilder/board_rf1ghznode.c b/boards/microbuilder/board_rf1ghznode.c index 9d902282c..882ab6853 100644 --- a/boards/microbuilder/board_rf1ghznode.c +++ b/boards/microbuilder/board_rf1ghznode.c @@ -66,7 +66,6 @@ void board_init(void) //------------- LED -------------//
GPIOSetDir(LED_PORT, LED_PIN, 1);
- board_leds(0x01, 0); // turn off the led first
//------------- BUTTON -------------//
for(uint8_t i=0; i<BOARD_BUTTON_COUNT; i++) GPIOSetDir(buttons[i].port, buttons[i].pin, 0);
|
