From b1c8f85873673e3da8c0525c46bba9565b46290f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sun, 29 Sep 2019 15:54:21 +0200 Subject: [PATCH] boards/stm32f723e-disco: don't export CPU/CPU_MODEL variables --- boards/stm32f723e-disco/Makefile.features | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/stm32f723e-disco/Makefile.features b/boards/stm32f723e-disco/Makefile.features index ff014090b4..24cc39355d 100644 --- a/boards/stm32f723e-disco/Makefile.features +++ b/boards/stm32f723e-disco/Makefile.features @@ -1,6 +1,6 @@ # define the cpu used by the stm32f723e-disco board -export CPU = stm32f7 -export CPU_MODEL = stm32f723ie +CPU = stm32f7 +CPU_MODEL = stm32f723ie # Put defined MCU peripherals here (in alphabetical order) FEATURES_PROVIDED += periph_i2c