aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-01 11:16:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-01 11:16:57 +0000
commitbda4bd45016714e892252fc7aaee88f6d20af231 (patch)
treefb18c93b895a62066f349cfae7a6f87427556dba /LUFA
parentdac7b046fd5d5c5332ca82cd538dd2c50f9128fd (diff)
downloadlufa-bda4bd45016714e892252fc7aaee88f6d20af231.tar.gz
lufa-bda4bd45016714e892252fc7aaee88f6d20af231.tar.bz2
lufa-bda4bd45016714e892252fc7aaee88f6d20af231.zip
Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 14dab7684..3280e8ed7 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -13,7 +13,7 @@
* - Added flag to the HID report parser to indicate if a device has multiple reports
* - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and
* 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 bidirectional endpoints
* - 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 new CDC_Device_Flush() command to the device mode CDC Class driver to flush Device->Host data