boards/saml21-xpro: adapted GPIO driver
This commit is contained in:
parent
9bd848f113
commit
363eb58c4c
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user