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

boards/p-l496g-cell02: don't export CPU/CPU_MODEL variables

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

View File

@ -1,6 +1,6 @@
# the cpu to build for
export CPU = stm32l4
export CPU_MODEL = stm32l496ag
CPU = stm32l4
CPU_MODEL = stm32l496ag
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_i2c