Skip to content
Snippets Groups Projects
Commit 2c6fb867 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

board, nucleo32-l031: fix board_init

parent e91c077a
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@
void board_init(void)
{
/* initialize the boards LED */
gpio_init(LED0_PIN, GPIO_OUT);
/* initialize the CPU */
cpu_init();
#ifdef AUTO_INIT_LED0
/* The LED pin is also used for SPI, so we enable it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment