Skip to content

Commit c373bec

Browse files
committed
alif: Fix CMSIS header.
1 parent 3301c41 commit c373bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)