mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(build): clean up dependencies on driver component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS app_main.c svpwm/esp_svpwm.c foc/esp_foc.c
|
||||
INCLUDE_DIRS "svpwm" "foc"
|
||||
REQUIRES driver
|
||||
PRIV_REQUIRES esp_driver_mcpwm esp_driver_gpio
|
||||
)
|
||||
|
Reference in New Issue
Block a user