Merge "adb: fix mac build breakage."

This commit is contained in:
Treehugger Robot 2019-04-03 03:14:28 +00:00 committed by Gerrit Code Review
commit 52c6f1b6de
1 changed files with 1 additions and 3 deletions

View File

@ -557,9 +557,7 @@ int usb_close(usb_handle *handle)
}
void usb_reset(usb_handle* handle) {
if (!handle->dead) {
(*handle->interface)->USBDeviceReEnumerate(handle->interface, 0);
}
// Unimplemented on OS X.
usb_kick(handle);
}