diff --git a/boards/saml21-xpro/board.c b/boards/saml21-xpro/board.c index d01673d58857a475d8cccb7ed50a4a9e95797693..2b9184a9544684f10636fabc6c0708c39f3f2327 100644 --- a/boards/saml21-xpro/board.c +++ b/boards/saml21-xpro/board.c @@ -44,5 +44,5 @@ void board_init(void) */ void led_init(void) { - gpio_init(GPIO_PIN(PB,10), GPIO_DIR_OUT, GPIO_NOPULL); + gpio_init(GPIO_PIN(PB,10), GPIO_OUT); }