fix(bt): declare esp_event as a private requirement

bt sources include esp_wifi_types.h via esp_blufi_api.h, which
transitively includes esp_event_base.h from the esp_event component.
This commit is contained in:
Sudeep Mohanty
2026-05-21 08:11:22 +02:00
committed by BOT
parent 6c6030cdd7
commit 93b5785aba

View File

@@ -91,6 +91,7 @@ set(bt_priv_requires
esp_ringbuf
esp_gdbstub
esp_security
esp_event
)
idf_component_register(SRCS "${srcs}"