Skip to content

Commit c30617d

Browse files
freertos: common config header
* Original commit: espressif/esp-idf@39cf818
1 parent 1e5eeb1 commit c30617d

File tree

1 file changed

+1
-1
lines changed
  • components/mdns/test_afl_fuzz_host

1 file changed

+1
-1
lines changed

components/mdns/test_afl_fuzz_host/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ CFLAGS=-g -Wno-unused-value -Wno-missing-declarations -Wno-pointer-bool-conversi
1818
-I$(COMPONENTS_DIR)/esp_system/include \
1919
-I$(COMPONENTS_DIR)/esp_timer/include \
2020
-I$(COMPONENTS_DIR)/esp_wifi/include \
21-
-I$(COMPONENTS_DIR)/freertos/port/xtensa/include \
2221
-I$(COMPONENTS_DIR)/freertos \
2322
-I$(COMPONENTS_DIR)/freertos/include \
23+
-I$(COMPONENTS_DIR)/freertos/port/xtensa/include \
2424
-I$(COMPONENTS_DIR)/hal/include \
2525
-I$(COMPONENTS_DIR)/hal/esp32/include \
2626
-I$(COMPONENTS_DIR)/heap/include \

0 commit comments

Comments
 (0)