mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 14:57:30 +02:00
esp32: add implementation of esp_timer based on TG0 LAC timer
Closes: IDF-979 * Original commit: espressif/esp-idf@739eb05bb9
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
74aee42f80
commit
4eb3e89841
@ -3,5 +3,6 @@ idf_component_register(SRCS "mdns.c"
|
||||
"mdns_networking.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS "private_include"
|
||||
REQUIRES lwip mbedtls console esp_netif)
|
||||
REQUIRES lwip mbedtls console esp_netif
|
||||
PRIV_REQUIRES esp_timer)
|
||||
|
||||
|
Reference in New Issue
Block a user