Skip to content

Commit

Permalink
Disable MXC_ASSERT for bootloader examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Nov 29, 2023
1 parent 34db845 commit 81837cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/MAX32655/Bootloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og

# Set compiler flags
PROJ_CFLAGS += -Wall # Enable warnings
PROJ_CFLAGS += -DMXC_ASSERT_ENABLE
# PROJ_CFLAGS += -DMXC_ASSERT_ENABLE

# Set hardware floating point acceleration.
# Options are:
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32665/Bootloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og

# Set compiler flags
PROJ_CFLAGS += -Wall # Enable warnings
PROJ_CFLAGS += -DMXC_ASSERT_ENABLE
# PROJ_CFLAGS += -DMXC_ASSERT_ENABLE

# Set hardware floating point acceleration.
# Options are:
Expand Down
2 changes: 1 addition & 1 deletion Examples/MAX32690/Bootloader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ MXC_OPTIMIZE_CFLAGS ?= -Og

# Set compiler flags
PROJ_CFLAGS += -Wall # Enable warnings
PROJ_CFLAGS += -DMXC_ASSERT_ENABLE
# # PROJ_CFLAGS += -DMXC_ASSERT_ENABLE

# Set hardware floating point acceleration.
# Options are:
Expand Down

0 comments on commit 81837cc

Please sign in to comment.