Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers.

This commit is contained in:
Dean Camera 2009-08-31 08:35:52 +00:00
parent f9f1bcc25c
commit 778da9dc6d
6 changed files with 2 additions and 6 deletions

View file

@ -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