diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-23 06:59:27 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-23 06:59:27 +0000 |
| commit | d6192148542bebdfbd7a33b336492e93dbf90406 (patch) | |
| tree | fde616c30eb3266d05b5108cc4546ade0e6775c1 /Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c | |
| parent | 08f448407bc3718c9434dadd26b4266e42e0f21d (diff) | |
| download | lufa-d6192148542bebdfbd7a33b336492e93dbf90406.tar.gz lufa-d6192148542bebdfbd7a33b336492e93dbf90406.tar.bz2 lufa-d6192148542bebdfbd7a33b336492e93dbf90406.zip | |
Update library to indicate support for the Android Accessory Host demo.
Diffstat (limited to 'Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c')
| -rw-r--r-- | Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c b/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c index 723cf505a..52ca9101f 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c @@ -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) |
