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

cpu/lpc1768: explictly define CPU_MODEL

Define CPU_MODEL as it required by cortexm.inc.mk
The default setting will be removed from cortexm.inc.mk.
This commit is contained in:
Gaëtan Harter 2019-09-30 14:41:19 +02:00
parent 6cbb7ad1a0
commit e73b4d2d24
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -1,3 +1,5 @@
# This CPU only implements one CPU_MODEL with the same name
CPU_MODEL = lpc1768
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_pm