aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2017-09-10 21:01:50 +1000
committerDean Camera <dean@fourwalledcubicle.com>2017-09-10 21:01:50 +1000
commit544c4dc9e18d56768be11dd16e3cad693e7cff46 (patch)
treee348dc0a472a6e72671f048aeac858d75815a8a1 /LUFA/DoxygenPages/MigrationInformation.txt
parent01e75290a0ea730e69c8465a17626c6458d19a9b (diff)
downloadlufa-544c4dc9e18d56768be11dd16e3cad693e7cff46.tar.gz
lufa-544c4dc9e18d56768be11dd16e3cad693e7cff46.tar.bz2
lufa-544c4dc9e18d56768be11dd16e3cad693e7cff46.zip
Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class driver (thanks to Wolfgang Schnerring).
Diffstat (limited to 'LUFA/DoxygenPages/MigrationInformation.txt')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index 7efb312ea..0d0b45703 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -10,6 +10,9 @@
* to the next version released. It does not indicate all new additions to the library in each version change, only
* areas relevant to making older projects compatible with the API changes of each new release.
*
+ * \section Sec_MigrationXXXXXX Version XXXXXX
+ * There is no migration information for this version.
+ *
* \section Sec_Migration170418 Version 170418
* <b>Device Mode</b>
* - The \c CALLBACK_USB_GetDescriptor() callback function into the user application's \c wIndex parameter is now \c uint16_t, not \c uint8_t.