Skip to content
Snippets Groups Projects
Commit 363eb58c authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/saml21-xpro: adapted GPIO driver

parent 9bd848f1
No related branches found
No related tags found
No related merge requests found
...@@ -44,5 +44,5 @@ void board_init(void) ...@@ -44,5 +44,5 @@ void board_init(void)
*/ */
void led_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);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment