diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-30 02:20:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-30 02:20:26 +0000 |
commit | 1b2cd16976207c21bbdfbd15852b0afa92c0f516 (patch) | |
tree | 8e29d5c4e1b680790b358331e26d68e4ed3c4b10 /LUFA/ManPages | |
parent | b7f6a65c258cafc3111d77502b491f223b886a33 (diff) | |
download | lufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.tar.gz lufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.tar.bz2 lufa-1b2cd16976207c21bbdfbd15852b0afa92c0f516.zip |
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 4b37995af..05c74deca 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -12,9 +12,10 @@ * - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command
* - The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR)
* - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall)
- * - Added new RNDISHost Host LowLevel demo
+ * - Added new RNDIS Ethernet Host LowLevel demo
* - Added new RNDIS Ethernet Host Class Driver
- * - Added new RNDISEthernet Host ClassDriver demo
+ * - Added new RNDIS Ethernet Host ClassDriver demo
+ * - Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent data to the attached device
*
* <b>Changed:</b>
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
|