forked from esp-cpp/espp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(led): allow LEDC ISR to be configured onto specific cores (esp-c…
…pp#328) * feat(led): allow LEDC ISR to be configured onto specific cores * add missing include / dep * update style of comment
- Loading branch information
1 parent
e2f63c6
commit dfebbfe
Showing
2 changed files
with
16 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
idf_component_register( | ||
INCLUDE_DIRS "include" | ||
REQUIRES base_component driver) | ||
REQUIRES base_component driver task) |
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