Add new Audio Class Driver Host demos.

Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device.

Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
This commit is contained in:
Dean Camera 2011-06-09 04:08:03 +00:00
parent 0bf5064aec
commit 1f1d0710f3
16 changed files with 5306 additions and 23 deletions

View file

@ -209,7 +209,7 @@ uint8_t Audio_GetSetEndpointProperty(USB_ClassInfo_Audio_Host_t* const AudioInte
const uint8_t EndpointProperty,
const uint8_t EndpointControl,
uint16_t const DataLength,
uint8_t* Data)
void* const Data)
{
uint8_t RequestType;
uint8_t EndpointAddress;