Minor documentation improvements.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 5 Jan 2014 00:38:59 +0000 (11:38 +1100)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 5 Jan 2014 00:38:59 +0000 (11:38 +1100)
LUFA/DoxygenPages/MigrationInformation.txt

index 25a30c4..c9553e0 100644 (file)
@@ -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.
  *
+ *  <b>Non-USB Library Components</b>
+ *    - 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
  *  <b>Non-USB Library Components</b>
  *    - The Board Dataflash \c Dataflash_Init() function now automatically configures the appropriate communication interface.