1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

cpu/cc2*: remove immediate expansion of CPU_ARCH

This commit is contained in:
Francisco Molina 2019-10-08 09:07:15 +02:00
parent 5e9b92a326
commit b4f9b74e1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
CPU_ARCH := cortex-m3
CPU_ARCH = cortex-m3
include $(RIOTMAKE)/arch/cortexm.inc.mk

View File

@ -1,3 +1,3 @@
CPU_ARCH := cortex-m3
CPU_ARCH = cortex-m3
include $(RIOTMAKE)/arch/cortexm.inc.mk