docs(ble): Fixed the esp32c5 doc build error

This commit is contained in:
Yuhan Wei
2024-07-23 17:14:50 +08:00
committed by Shen Weilong
parent 777b48a494
commit 5eed728a31
2 changed files with 2 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ ESP32C3_DOCS = ['hw-reference/esp32c3/**',
ESP32C2_DOCS = ['api-guides/RF_calibration.rst',
'api-guides/phy.rst']
ESP32C5_DOCS = ['']
ESP32C5_DOCS = ['api-guides/phy.rst']
ESP32C61_DOCS = ['']

View File

@@ -10,3 +10,4 @@ INPUT += \
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_interrupts.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
$(PROJECT_PATH)/components/bt/include/esp32c5/include/esp_bt.h \