From bcabc8ea162f090718d3431aec280e4a2e1c6a9c Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Tue, 28 Dec 2021 12:54:31 +0800 Subject: [PATCH] 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@72554971467a5edc9bd6e390cf8fe7b05e6ade81 --- components/mdns/test_afl_fuzz_host/sdkconfig.h | 1 - 1 file changed, 1 deletion(-) diff --git a/components/mdns/test_afl_fuzz_host/sdkconfig.h b/components/mdns/test_afl_fuzz_host/sdkconfig.h index ce264888c..6f24c6166 100644 --- a/components/mdns/test_afl_fuzz_host/sdkconfig.h +++ b/components/mdns/test_afl_fuzz_host/sdkconfig.h @@ -180,7 +180,6 @@ #define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 #define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 #define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 -#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 #define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 #define CONFIG_FREERTOS_ISR_STACKSIZE 1536 #define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16