X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a1e453e9001f7e69bde671e6dd4ebe65fa1400d0..7aaced1e8bc81ebbf0a1f06fc443ea4707edd1dd:/LUFA/ManPages/MigrationInformation.txt diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 6faa65a9f..6f8c8642a 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -19,6 +19,8 @@ * project makefiles using the USB driver of LUFA, or the makefile should be updated to use the new module source variables. * - The EVENT_USB_InitFailure() event has been removed, as the USB_Init() function will no longer fail; if not USB mode is * specified, the controller will default to UID selection mode. + * - The USB mode specifier constants have been moved into a new enum and renamed. Existing projects should use the equivalent + * value in the new \ref USB_Modes_t enum. * * Device Mode * - Endpoints MUST be allocated in ascending order to ensure that bank corruption does not occur. Ensure that your user application