aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-27 14:04:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-27 14:04:29 +0000
commitf3f481183aa201739a84f847769dcba50166eb98 (patch)
tree1457d92965426e6aa46957e3044e26d29124c56e /LUFA/Drivers/USB/Core/AVR8
parentcf2411435cf41ca4dbfcc3d89c6287743db79625 (diff)
downloadlufa-f3f481183aa201739a84f847769dcba50166eb98.tar.gz
lufa-f3f481183aa201739a84f847769dcba50166eb98.tar.bz2
lufa-f3f481183aa201739a84f847769dcba50166eb98.zip
More AVR32 UC3B architecture ports - USB device mode applications can now be sucessfully compiled, although they will be currently non-functional.
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8')
-rw-r--r--LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
index d1ced57d4..927104755 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
@@ -96,7 +96,7 @@
* a unique serial number internally, and setting the device descriptors serial number string index to this value
* will cause it to use the internal serial number.
*
- * On unsupported devices, this will evaluate to NO_DESCRIPTOR and so will force the host to create a pseudo-serial
+ * On unsupported devices, this will evaluate to \ref NO_DESCRIPTOR and so will force the host to create a pseudo-serial
* number for the device.
*/
#define USE_INTERNAL_SERIAL 0xDC