USB Composite support
Dependents: mbed_cdc_hid_composite
Fork of USBDevice by
Diff: USBDevice/USBDevice.cpp
- Revision:
- 39:1dbc943a21cf
- Parent:
- 38:dfe51ad5cacf
- Child:
- 43:c0605f23f916
diff -r dfe51ad5cacf -r 1dbc943a21cf USBDevice/USBDevice.cpp --- a/USBDevice/USBDevice.cpp Fri Nov 28 07:15:18 2014 +0000 +++ b/USBDevice/USBDevice.cpp Tue Jan 06 16:16:27 2015 +0000 @@ -187,7 +187,7 @@ /* Check we should be transferring data OUT */ if (transfer.direction != HOST_TO_DEVICE) { -#if defined(TARGET_KL25Z) | defined(TARGET_KL46Z) | defined(TARGET_K20D5M) | defined(TARGET_K64F) | defined(TARGET_K22F) +#if defined(TARGET_KL25Z) | defined(TARGET_KL43Z) | defined(TARGET_KL46Z) | defined(TARGET_K20D5M) | defined(TARGET_K64F) | defined(TARGET_K22F) /* * We seem to have a pending device-to-host transfer. The host must have * sent a new control request without waiting for us to finish processing