aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-01-05 11:38:59 +1100
committerDean Camera <dean@fourwalledcubicle.com>2014-01-05 11:38:59 +1100
commit0f6c155a041e38eec1ad40e17a5035c836ea300b (patch)
tree12ea40b9caec4580990bc6e71f9b06852d01ffbb /LUFA/DoxygenPages
parent161263af475a9f1ea4ded0a6ee2858281ffc5624 (diff)
downloadlufa-0f6c155a041e38eec1ad40e17a5035c836ea300b.tar.gz
lufa-0f6c155a041e38eec1ad40e17a5035c836ea300b.tar.bz2
lufa-0f6c155a041e38eec1ad40e17a5035c836ea300b.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA/DoxygenPages')
-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 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.
*
+ * <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.