Skip to content

Commit 7e8cefe

Browse files
committed
alif: Fix CMSIS header.
1 parent 355bd2c commit 7e8cefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/alif/alif.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ CFLAGS += $(INC) \
7575
--specs=nosys.specs \
7676
-D$(MCU_CORE)=1 \
7777
-DCORE_$(MCU_CORE) \
78-
-DALIF_CMSIS_H="\"$(MCU_CORE).h\""
78+
-DALIF_CMSIS_H='<system_utils.h>'
7979

8080
ifeq ($(MICROPY_FLOAT_IMPL),float)
8181
CFLAGS += -fsingle-precision-constant

0 commit comments

Comments
 (0)