Skip to content

Commit bcabc8e

Browse files
freertos: remove FREERTOS_ASSERT option
Freertos asserts are now configured the same way as all other asserts in IDF, i.e. by configuring COMPILER_OPTIMIZATION_ASSERTION_LEVEL. * Original commit: espressif/esp-idf@7255497
1 parent dfb27b3 commit bcabc8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/mdns/test_afl_fuzz_host/sdkconfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1
181181
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
182182
#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1
183-
#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1
184183
#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536
185184
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
186185
#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16

0 commit comments

Comments
 (0)