diff --git a/boards/nucleo32-l031/board.c b/boards/nucleo32-l031/board.c
index bca66665f2bd937ddf1604fe72b837df92986950..e9dd918157bb7e59991b4d23c075d6b73f3f0f59 100644
--- a/boards/nucleo32-l031/board.c
+++ b/boards/nucleo32-l031/board.c
@@ -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