mbed-os/libraries/USBHost/USBHostMSD
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
..
USBHostMSD.cpp Fix some bugs about USBHost common codes. 2015-01-15 14:01:48 +09:00
USBHostMSD.h Added count argument to disk read/write 2014-08-13 09:12:12 -06:00