From c90b9b507d2643c897edb582091b8823295ce9a6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 24 Jul 2012 05:03:11 +0000 Subject: Add missing UC3 architecture F_USB configuration checks. --- LUFA/Drivers/USB/Core/USBMode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LUFA/Drivers/USB/Core/USBMode.h') diff --git a/LUFA/Drivers/USB/Core/USBMode.h b/LUFA/Drivers/USB/Core/USBMode.h index f62c8c152..7ae30bbcd 100644 --- a/LUFA/Drivers/USB/Core/USBMode.h +++ b/LUFA/Drivers/USB/Core/USBMode.h @@ -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. */ -- cgit v1.2.3