1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32f723e-disco: don't export CPU/CPU_MODEL variables

This commit is contained in:
Alexandre Abadie 2019-09-29 15:54:21 +02:00
parent f83e9788a6
commit b1c8f85873
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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