We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1646282 commit 03b6f7bCopy full SHA for 03b6f7b
1 file changed
ports/esp32s2/Makefile
@@ -91,6 +91,7 @@ CFLAGS += -DHAVE_CONFIG_H \
91
-DUNITY_INCLUDE_CONFIG_H -DWITH_POSIX
92
93
# Make our canary value match FreeRTOS's
94
+# This define is in FreeRTOS as tskSTACK_FILL_BYTE 0xa5U which we expand out to a full word.
95
CFLAGS += -DSTACK_CANARY_VALUE=0xa5a5a5a5
96
97
#Debugging/Optimization
0 commit comments