Add missing UC3 architecture F_USB configuration checks.

This commit is contained in:
Dean Camera 2012-07-24 05:03:11 +00:00
parent bfee7f8c56
commit c90b9b507d
2 changed files with 15 additions and 0 deletions

View file

@ -102,6 +102,11 @@
*/
#define USB_SERIES_UC3A3_AVR
/** Indicates that the target AVR microcontroller belongs to the AVR32 UC3A4 Series USB controller
* (i.e. AT32UC3A4*) when defined.
*/
#define USB_SERIES_UC3A4_AVR
/** Indicates that the target AVR microcontroller belongs to the AVR32 UC3B0 Series USB controller
* (i.e. AT32UC3B0*) when defined.
*/