Update library to indicate support for the Android Accessory Host demo.
This commit is contained in:
parent
08f448407b
commit
d619214854
7 changed files with 73 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue