Ensure all USB device class drivers have the same three main functions as their inter...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / Audio.c
index acd9f69..4651bf1 100644 (file)
@@ -80,6 +80,11 @@ bool USB_Audio_ConfigureEndpoints(USB_ClassInfo_Audio_t* AudioInterfaceInfo)
        return true;\r
 }\r
 \r
+void USB_Audio_USBTask(USB_ClassInfo_Audio_t* AudioInterfaceInfo)\r
+{\r
+\r
+}\r
+\r
 int8_t USB_Audio_ReadSample8(void)\r
 {\r
        int8_t Sample;\r