Skip to content

Commit

Permalink
Cortex-M: remove ARMASM_INLINE
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 30, 2024
1 parent 0aa9090 commit da5d10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ else


CORTEXM_ARM_EXTRA_CFLAGS+=-DWOLFSSL_ARMASM -DWOLFSSL_ARMASM_NO_HW_CRYPTO \
-DWOLFSSL_ARMASM_INLINE -DWOLFSSL_ARMASM_NO_NEON
-DWOLFSSL_ARMASM_NO_NEON
CORTEXM_ARM_EXTRA_CFLAGS+=-DWOLFSSL_ARMASM_THUMB2
endif
ifeq ($(CORTEX_M33),1)
Expand Down

0 comments on commit da5d10d

Please sign in to comment.