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

@ -64,7 +64,6 @@
/* Macros: */
#if !defined(__DOXYGEN__)
#define INCLUDE_FROM_BUTTONS_H
#define INCLUDE_FROM_BOARD_DRIVER
#endif
/* Includes: */

View file

@ -63,7 +63,6 @@
/* Macros: */
#if !defined(__DOXYGEN__)
#define INCLUDE_FROM_DATAFLASH_H
#define INCLUDE_FROM_BOARD_DRIVER
#endif
/* Includes: */

View file

@ -63,7 +63,6 @@
/* Macros: */
#if !defined(__DOXYGEN__)
#define INCLUDE_FROM_JOYSTICK_H
#define INCLUDE_FROM_BOARD_DRIVER
#endif
/* Includes: */

View file

@ -71,7 +71,6 @@
/* Macros: */
#if !defined(__DOXYGEN__)
#define INCLUDE_FROM_LEDS_H
#define INCLUDE_FROM_BOARD_DRIVER
#endif
/* Includes: */

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