Update library to indicate support for the Android Accessory Host demo.

This commit is contained in:
Dean Camera 2011-11-23 06:59:27 +00:00
parent 08f448407b
commit d619214854
7 changed files with 73 additions and 4 deletions

View file

@ -93,7 +93,7 @@ void AndroidHost_Task(void)
/* Check if data is in the pipe */
if (Pipe_IsReadWriteAllowed())
{
uint8_t NextReceivedByte = Pipe_BytesInPipe();
uint8_t NextReceivedByte = Pipe_Read_8();
uint8_t LEDMask = LEDS_NO_LEDS;
if (NextReceivedByte & 0x01)