Commit Graph

3 Commits (bb120221fb759f2ab3ebcf9b3c22c76fcbb9a86c)

Author SHA1 Message Date
0xc0170 081230ee9c spaces removal - USBHost 2014-05-29 15:16:53 +02:00
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
unknown 1c981f929a add USBHost library 2013-03-14 16:36:35 +00:00