diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-31 12:33:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-08-31 12:33:21 +0000 |
commit | 4dece08bef10a23a9702b6ddb67401400119cbce (patch) | |
tree | 732a5ec6107206be5d9562fc7a896a9f8fb56221 /LUFA | |
parent | 009eebf229a235cf090a4530908a8d34da36ba21 (diff) | |
download | lufa-4dece08bef10a23a9702b6ddb67401400119cbce.tar.gz lufa-4dece08bef10a23a9702b6ddb67401400119cbce.tar.bz2 lufa-4dece08bef10a23a9702b6ddb67401400119cbce.zip |
Clarify in the project documentation files what the each of the different USB AVR device "series" comprises of.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Drivers/USB/HighLevel/USBMode.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/USBMode.h b/LUFA/Drivers/USB/HighLevel/USBMode.h index 1de2ef9bb..f9abd9988 100644 --- a/LUFA/Drivers/USB/HighLevel/USBMode.h +++ b/LUFA/Drivers/USB/HighLevel/USBMode.h @@ -62,22 +62,22 @@ /* Public Interface - May be used in end-application: */ #if defined(__DOXYGEN__) /** Indicates that the target AVR microcontroller belongs to the Series 2 USB controller - * (i.e. AT90USBXXX2 or ATMEGAXXU2) when defined. + * (i.e. AT90USBxxx2 or ATMEGAxxU2) when defined. */ #define USB_SERIES_2_AVR /** Indicates that the target AVR microcontroller belongs to the Series 4 USB controller - * (i.e. ATMEGAXXU4) when defined. + * (i.e. ATMEGAxxU4) when defined. */ #define USB_SERIES_4_AVR /** Indicates that the target AVR microcontroller belongs to the Series 6 USB controller - * (i.e. AT90USBXXX6) when defined. + * (i.e. AT90USBxxx6) when defined. */ #define USB_SERIES_6_AVR /** Indicates that the target AVR microcontroller belongs to the Series 7 USB controller - * (i.e. AT90USBXXX7) when defined. + * (i.e. AT90USBxxx7) when defined. */ #define USB_SERIES_7_AVR |