-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit Adafruit_USBD_CDC::ignoreFlowcontrol to rp2040 core
`Adafruit_USBD_CDC::ignoreFlowcontrol` added in 0672cb8 may only work for rp2040 for now. So add `#ifdef` to limit this method to rp2040 core only.
- Loading branch information
1 parent
0672cb8
commit 50e5527
Showing
2 changed files
with
12 additions
and
1 deletion.
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