More Doxygen fixes - ensure no undocumented function parameters.
[pub/USBasp.git] / Demos / Device / ClassDriver / AudioOutput / Descriptors.h
index 1f03f64..1ee63ef 100644 (file)
 \r
        /* Includes: */\r
                #include <LUFA/Drivers/USB/USB.h>\r
-               #include <LUFA/Drivers/USB/Class/Device/Audio.h>\r
+               #include <LUFA/Drivers/USB/Class/Audio.h>\r
 \r
                #include <avr/pgmspace.h>\r
 \r
        /* Macros: */\r
-               #if defined(USB_FULL_CONTROLLER) || defined(__DOXYGEN__)\r
+               #if defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR) || defined(__DOXYGEN__)\r
                        /** Endpoint number of the Audio isochronous streaming data endpoint. */\r
                        #define AUDIO_STREAM_EPNUM       1\r
                #else\r
-                       #define AUDIO_STREAM_EPNUM       3              \r
+                       #define AUDIO_STREAM_EPNUM       3\r
                #endif\r
                \r
                /** Endpoint size in bytes of the Audio isochronous streaming data endpoint. The Windows audio stack requires\r
@@ -81,6 +81,6 @@
                \r
        /* Function Prototypes: */\r
                uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress)\r
-                                                                                       ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
+                                                   ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);\r
 \r
 #endif\r