mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
board, nucleo32-l031: fix board_init
This commit is contained in:
parent
e91c077ae0
commit
2c6fb86774
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
void board_init(void)
|
void board_init(void)
|
||||||
{
|
{
|
||||||
/* initialize the boards LED */
|
/* initialize the CPU */
|
||||||
gpio_init(LED0_PIN, GPIO_OUT);
|
cpu_init();
|
||||||
|
|
||||||
#ifdef AUTO_INIT_LED0
|
#ifdef AUTO_INIT_LED0
|
||||||
/* The LED pin is also used for SPI, so we enable it
|
/* The LED pin is also used for SPI, so we enable it
|
||||||
|
Loading…
Reference in New Issue
Block a user