1
0
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:
smlng 2017-07-05 15:50:32 +02:00
parent e91c077ae0
commit 2c6fb86774

View File

@ -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