Skip to content

Commit f5fee39

Browse files
committed
Update CMakeLists.txt
1 parent c6ff727 commit f5fee39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ set(includedirs
173173
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
174174
set(priv_includes cores/esp32/libb64)
175175
set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp)
176-
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_ipc)
176+
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_ipc esp_hid)
177177

178178
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
179179

0 commit comments

Comments
 (0)