Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers.
This commit is contained in:
parent
f9f1bcc25c
commit
778da9dc6d
6 changed files with 2 additions and 6 deletions
|
@ -153,7 +153,7 @@
|
|||
*
|
||||
* //...
|
||||
* // After retrieving configuration descriptor:
|
||||
* if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &ConfigDescriptorData, EndpointSearcher) ==
|
||||
* if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &CurrentConfigLoc, EndpointSearcher) ==
|
||||
* Descriptor_Search_Comp_Found)
|
||||
* {
|
||||
* // Do something with the endpoint descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue