1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

boards/nucleo-l152/Makefile.include: fix CPU_MODEL

This commit is contained in:
kYc0o 2017-11-17 03:03:38 +01:00
parent ab60f9dc47
commit 9496c5d17e

View File

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