aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-27 18:25:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-27 18:25:29 +0000
commit92b3553a077200253adbc016d8e79fd4e67f1b42 (patch)
tree22fcf54d8e2f46514483b925db693e090fa1c81f /LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
parent4a3b70e72710abc5232915d07b0e0691d29aaef4 (diff)
downloadlufa-92b3553a077200253adbc016d8e79fd4e67f1b42.tar.gz
lufa-92b3553a077200253adbc016d8e79fd4e67f1b42.tar.bz2
lufa-92b3553a077200253adbc016d8e79fd4e67f1b42.zip
General cleanup and more port work to the AVR32 UC3B.
Diffstat (limited to 'LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h')
-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 61e47cfbd..dbbe884ff 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
@@ -92,7 +92,7 @@
defined(__AVR_ATmega32U2__) || defined(__AVR_ATmega16U2__) || defined(__AVR_ATmega8U2__)))
/** String descriptor index for the device's unique serial number string descriptor within the device.
* This unique serial number is used by the host to associate resources to the device (such as drivers or COM port
- * number allocations) to a device regardless of the port it is plugged in to on the host. Some USB AVRs contain
+ * number allocations) to a device regardless of the port it is plugged in to on the host. Some microcontrollers contain
* 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.
*