mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 01:23:49 +01:00
cpu/cortexm: fix spelling mistake
This commit is contained in:
parent
bd48d0bb82
commit
db2a20c96c
@ -47,7 +47,7 @@ else ifeq ($(CPU_CORE),cortex-m4f)
|
||||
else ifeq ($(CPU_CORE),cortex-m7)
|
||||
CPU_ARCH := armv7m
|
||||
else
|
||||
$(error Unkwnown cortexm core: $(CPU_CORE))
|
||||
$(error Unknown cortexm core: $(CPU_CORE))
|
||||
endif
|
||||
|
||||
ifneq (,$(RUST_TARGET))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user