Skip to content

Commit

Permalink
Fixed IS_SECURE_ENVIRONMENT typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed May 14, 2024
1 parent c8d3552 commit cc07af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/CMSIS/Device/Maxim/GCC/gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ifeq "$(MSECURITY_MODE)" "SECURE"
# https://developer.arm.com/documentation/ecm0359818/latest
PROJ_CFLAGS += -mcmse

PROJ_AFLAGS += -DIS_SECURE_ENVRIONMENT
PROJ_AFLAGS += -DIS_SECURE_ENVIRONMENT

# Tell the linker we are building a secure project. This defines the "SECURE_LINK" symbol which the
# linker uses to set the secure FLASH/SRAM memory address ranges.
Expand Down

0 comments on commit cc07af1

Please sign in to comment.