From: Dean Camera Date: Sun, 5 Jan 2014 00:38:59 +0000 (+1100) Subject: Minor documentation improvements. X-Git-Tag: LUFA-140302~18 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/0f6c155a041e38eec1ad40e17a5035c836ea300b?ds=inline Minor documentation improvements. --- diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt index 25a30c472..c9553e0a8 100644 --- a/LUFA/DoxygenPages/MigrationInformation.txt +++ b/LUFA/DoxygenPages/MigrationInformation.txt @@ -15,6 +15,9 @@ * - The \c VERSION_BCD() macro has changed from accepting one floating point parameter to taking three distinct major/minor/revision integer parameters, as * some edge cases caused incorrect parsing of the input float into the final integer BCD encoded value. * + * Non-USB Library Components + * - The \c ATTR_NEVER_INLINE macro, erroneously introduced in a previous release has been removed, as it duplicates the existing \c ATTR_NO_INLINE macro. + * * \section Sec_Migration130901 Migrating from 130303 to 130901 * Non-USB Library Components * - The Board Dataflash \c Dataflash_Init() function now automatically configures the appropriate communication interface.