diff --git a/boards/saml21-xpro/board.c b/boards/saml21-xpro/board.c index d01673d588..2b9184a954 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); }