Skip to content

Commit 94878c0

Browse files
committed
alif: Fix CMSIS header.
1 parent 47e678e commit 94878c0

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
@@ -73,7 +73,7 @@ CFLAGS += $(INC) \
7373
--specs=nosys.specs \
7474
-D$(MCU_CORE)=1 \
7575
-DCORE_$(MCU_CORE) \
76-
-DALIF_CMSIS_H="\"$(MCU_CORE).h\""
76+
-DALIF_CMSIS_H='<system_utils.h>'
7777

7878
ifeq ($(MICROPY_FLOAT_IMPL),float)
7979
CFLAGS += -fsingle-precision-constant

0 commit comments

Comments
 (0)