Commit Graph

2 Commits (e63ec28f4b4f6363a084690f81bebaf941f575c0)

Author SHA1 Message Date
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