-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relates to espressif/idf-extra-components#69 This commit is a good reason why espressif/idf-extra-components#16 should be addressed
- Loading branch information
1 parent
aeab557
commit 1cc4369
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
idf_component_register(SRCS "test_cdc_acm_host.c" "usb_device.c" | ||
INCLUDE_DIRS "." | ||
REQUIRES cdc_acm_host tinyusb unity) | ||
REQUIRES usb_host_cdc_acm tinyusb unity) |