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

pba-d-01-kw2x: remove duplicate MCPU

MCPU is already defined to `CPU_ARCH` which is `cortex-m4`.
Removing this line does not change the value:

    make --no-print-directory -C examples/hello-world/ BOARD=pba-d-01-kw2x \
        info-debug-variable-CPU_ARCH info-debug-variable-MCPU
    cortex-m4
    cortex-m4
This commit is contained in:
cladmi 2018-09-11 15:38:27 +02:00
parent 104de7b621
commit 99a0664bf7
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -6,8 +6,6 @@ export CPU = kinetis
# cpu if needed.
export CPU_MODEL ?= mkw21d256vha5
export MCPU = cortex-m4
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))