mirror of
https://github.com/espressif/esp-idf
synced 2025-04-05 14:20:08 -04:00
Failing to build due to missing comments, but the header was never included in the docs anyway, so might as well remove it.
10 lines
595 B
Plaintext
10 lines
595 B
Plaintext
INPUT += \
|
|
$(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \
|
|
$(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/clk_tree_defs.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/gpio_num.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/soc_caps.h \
|
|
$(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
|