forked from mirror/qmk_firmware
Start porting the USB core to the AVR32 UC3B.
This commit is contained in:
@@ -360,7 +360,8 @@
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if (!defined(USB_SERIES_2_AVR) && !defined(USB_SERIES_4_AVR) && \
|
||||
!defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR))
|
||||
!defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR) && \
|
||||
!defined(USB_SERIES_UC3B_AVR))
|
||||
#error The currently selected AVR model is not supported under the USB component of the LUFA library.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user