Changed per-device controller preprocessor checks over to per-device series for bette...
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioOutput / AudioOutput.h
index f8d703e..b09fed5 100644 (file)
@@ -51,7 +51,7 @@
                #include <LUFA/Drivers/USB/Class/Device/Audio.h>\r
        \r
        /* Macros: */\r
-               #if defined(USB_FULL_CONTROLLER) || defined(USB_MODIFIED_FULL_CONTROLLER)\r
+               #if (defined(USB_SERIES_4_AVR) || defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR))\r
                        #define TCCRxA          TCCR3A\r
                        #define TCCRxB          TCCR3B\r
                        #define OCRxA           OCR3A\r