diff --git a/boards/nucleo-l152/Makefile.include b/boards/nucleo-l152/Makefile.include
index 290208540805bcfa5861523e2b8da71f8b27c807..89655823dcddbd349cbaef7b553485859ac0ae7f 100644
--- a/boards/nucleo-l152/Makefile.include
+++ b/boards/nucleo-l152/Makefile.include
@@ -1,6 +1,6 @@
 ## the cpu to build for
 export CPU = stm32l1
-export CPU_MODEL = stm32l152ret6
+export CPU_MODEL = stm32l152re
 
 # load the common Makefile.include for Nucleo boards
 include $(RIOTBOARD)/nucleo-common/Makefile.include