Skip to content

Commit 912c523

Browse files
committed
fix ble build issue with esp32c6
1 parent ec9f3b4 commit 912c523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/mcconfig/nmake.esp32.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ INC_DIRS = \
246246
-I$(IDF_PATH)\components\esp_eth\include \
247247
-I$(IDF_PATH)\components\esp_hw_support\include \
248248
-I$(IDF_PATH)\components\esp_hw_support\include\soc \
249+
-I$(IDF_PATH)\components\esp_hw_support\port\$(ESP32_SUBCLASS)\private_include \
249250
-I$(IDF_PATH)\components\esp_lcd\include \
250251
-I$(IDF_PATH)\components\esp_netif\include \
251252
-I$(IDF_PATH)\components\esp_partition\include \

0 commit comments

Comments
 (0)