mbed-os/libraries/USBHost/USBHostSerial
Masao Hamanaka 63cfe8da23 Fix some bugs about USBHost common codes.
Find some bugs in USBHost common codes. Bugs as below.
- USBHostMouse.cpp
 - Memory destroy will occur when the size of interrupt transfer is larger than 4 bytes.

- USBHostMSD.cpp
 - Type declaration of vender dependent.
     U16 -> uint16_t

- USBHostSerial.cpp
  - connected() will not be "true".
  - Communication with USBSerial will not start.
2015-01-15 14:01:48 +09:00
..
MtxCircBuffer.h spaces removal - USBHost 2014-05-29 15:16:53 +02:00
USBHostSerial.cpp Fix some bugs about USBHost common codes. 2015-01-15 14:01:48 +09:00
USBHostSerial.h spaces removal - USBHost 2014-05-29 15:16:53 +02:00