boards/pba-d-01-kw2x/board.c: fix leds default state
Signed-off-by: Johann F <j.fischer@phytec.de>
This commit is contained in:
parent
77cf00bd4b
commit
e2b5468b84
@ -27,8 +27,11 @@ void board_init(void)
|
||||
{
|
||||
/* initialize the on-board LEDs */
|
||||
gpio_init(LED0_PIN, GPIO_OUT);
|
||||
gpio_set(LED0_PIN);
|
||||
gpio_init(LED1_PIN, GPIO_OUT);
|
||||
gpio_set(LED1_PIN);
|
||||
gpio_init(LED2_PIN, GPIO_OUT);
|
||||
gpio_set(LED2_PIN);
|
||||
|
||||
/* initialize the CPU core */
|
||||
cpu_init();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user