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:
parent
1543a8c438
commit
f83e9788a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user