2
0
forked from Ivasoft/DSView

Able to popup the error message about the usb speed is too low

This commit is contained in:
dreamsourcelabTAI
2023-05-24 18:03:09 +08:00
parent f09b653b96
commit 67d7cc5ebc
8 changed files with 58 additions and 11 deletions

View File

@@ -1636,4 +1636,10 @@ static struct libusb_device* get_new_detached_usb_device()
return dev;
}
SR_PRIV int post_message_callback(int msg)
{
send_event(msg);
return SR_OK;
}
/**-------------------private function end---------------*/