From 9496c5d17e24af6ceb63a2adce5fcc9d5a84b24e Mon Sep 17 00:00:00 2001
From: kYc0o <fco.ja.ac@gmail.com>
Date: Fri, 17 Nov 2017 03:03:38 +0100
Subject: [PATCH] boards/nucleo-l152/Makefile.include: fix CPU_MODEL

---
 boards/nucleo-l152/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/nucleo-l152/Makefile.include b/boards/nucleo-l152/Makefile.include
index 2902085408..89655823dc 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
-- 
GitLab