From 363eb58c4c0b73a15bb320a80c14ae59e8b8baf4 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Sat, 20 Feb 2016 15:45:33 +0100 Subject: [PATCH] boards/saml21-xpro: adapted GPIO driver --- boards/saml21-xpro/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- GitLab