mirror of https://github.com/ARMmbed/mbed-os.git
fb769b1566
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. |
||
---|---|---|
.. | ||
USBHostHub.cpp | ||
USBHostHub.h |