Add missing function attributes to the pipe/endpoint functions for all architectures.

Perform endianness correction in the HID report parser for big-endian platforms.
This commit is contained in:
Dean Camera 2011-04-12 03:03:56 +00:00
parent 852b5e612d
commit 995195a2b0
14 changed files with 40 additions and 24 deletions

View file

@ -88,9 +88,7 @@ bool Audio_Device_ConfigureEndpoints(USB_ClassInfo_Audio_Device_t* const AudioIn
}
if (!(Endpoint_ConfigureEndpoint(EndpointNum, Type, Direction, Size, ENDPOINT_BANK_DOUBLE)))
{
return false;
}
return false;
}
return true;