mbed-os/libraries/USBHost/USBHostHub
Adam Green fb769b1566 USBHost: Don't pass NULL in for uint32_t parameters.
USBHostHub.cpp made a few calls to the USBHALHost::deviceDisconnected()
virtual method passing in NULL for the addr parameter which is actually
declared as uint32_t and not a pointer type.  Switching these calls
to pass in a 0 for this parameter silences GCC warnings about
incompatible types.
2013-08-29 21:12:12 -07:00
..
USBHostHub.cpp USBHost: Don't pass NULL in for uint32_t parameters. 2013-08-29 21:12:12 -07:00
USBHostHub.h add USBHost library 2013-03-14 16:36:35 +00:00