Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
778da9dc
Commit
778da9dc
authored
Aug 31, 2009
by
Dean Camera
Browse files
Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers.
parent
f9f1bcc2
Changes
6
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/Board/Buttons.h
View file @
778da9dc
...
@@ -64,7 +64,6 @@
...
@@ -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: */
...
...
LUFA/Drivers/Board/Dataflash.h
View file @
778da9dc
...
@@ -63,7 +63,6 @@
...
@@ -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: */
...
...
LUFA/Drivers/Board/Joystick.h
View file @
778da9dc
...
@@ -63,7 +63,6 @@
...
@@ -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: */
...
...
LUFA/Drivers/Board/LEDs.h
View file @
778da9dc
...
@@ -71,7 +71,6 @@
...
@@ -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: */
...
...
LUFA/Drivers/USB/HighLevel/ConfigDescriptor.h
View file @
778da9dc
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
*
*
* //...
* //...
* // After retrieving configuration descriptor:
* // After retrieving configuration descriptor:
* if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &C
onfigDescriptorData
, EndpointSearcher) ==
* if (USB_Host_GetNextDescriptorComp(&BytesRemaining, &C
urrentConfigLoc
, EndpointSearcher) ==
* Descriptor_Search_Comp_Found)
* Descriptor_Search_Comp_Found)
* {
* {
* // Do something with the endpoint descriptor
* // Do something with the endpoint descriptor
...
...
LUFA/ManPages/ChangeLog.txt
View file @
778da9dc
...
@@ -15,7 +15,7 @@
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment