aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-14 00:11:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-14 00:11:51 +0000
commit01d269879f127dff8db5367f3c341d983db3ab40 (patch)
treea75dce9069c04d88222df2ec82ee04348e3849b2 /LUFA/ManPages
parentd9643cf6ece3b36fbdb950c56957162dfb0226af (diff)
downloadlufa-01d269879f127dff8db5367f3c341d983db3ab40.tar.gz
lufa-01d269879f127dff8db5367f3c341d983db3ab40.tar.bz2
lufa-01d269879f127dff8db5367f3c341d983db3ab40.zip
Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 2a283380f..3b01ffeb7 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,6 +27,7 @@
* - Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device
* - Added new USB_Host_GetDeviceStatus() function to the host standard request function set
* - Added AVR USB XMEGA architecture port (currently incomplete/experimental)
+ * - Added new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo