aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-02-18 17:49:50 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-02-18 17:49:50 +1100
commit417d34385c9568f04e4cbbf5cc2444981815fbe0 (patch)
tree84f346b4efdae17d6645708f07bce14dafe45277 /LUFA/DoxygenPages
parentb1e59da00b424e13f9c1c5abeec2b3cbe4227719 (diff)
downloadlufa-417d34385c9568f04e4cbbf5cc2444981815fbe0.tar.gz
lufa-417d34385c9568f04e4cbbf5cc2444981815fbe0.tar.bz2
lufa-417d34385c9568f04e4cbbf5cc2444981815fbe0.zip
Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disabled.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 147cacc36..0370ed9c8 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -7,6 +7,10 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
+ * <b>New:</b>
+ * - Core:
+ * - The USE_INTERNAL_SERIAL definition can now be overridden by the user to a custom string index (thanks to Nicohood)
+ *
* <b>Fixed:</b>
* - Core:
* - Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class driver (thanks to Wolfgang Schnerring)