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

pull/1469/head
Dean Camera 15 years ago
parent f9f1bcc25c
commit 778da9dc6d

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

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

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

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

@ -153,7 +153,7 @@
* *
* //... * //...
* // After retrieving configuration descriptor: * // After retrieving configuration descriptor:
* if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &ConfigDescriptorData, EndpointSearcher) == * if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &CurrentConfigLoc, EndpointSearcher) ==
* Descriptor_Search_Comp_Found) * Descriptor_Search_Comp_Found)
* { * {
* // Do something with the endpoint descriptor * // Do something with the endpoint descriptor

@ -15,7 +15,7 @@
* USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode * USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode
* - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints * - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints
* - Added new AVRISP project, a LUFA powered clone of the Atmel AVRISP-MKII programmer * - Added new AVRISP project, a LUFA powered clone of the Atmel AVRISP-MKII programmer
* - Added ShutDown functions for all hardware peripheral drivers, so that peripherals can be turned off after use * - Added ShutDown() functions for all hardware peripheral drivers, so that peripherals can be turned off after use
* *
* <b>Changed:</b> * <b>Changed:</b>
* - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested

Loading…
Cancel
Save