forked from Ivasoft/DSView
Code refactoring 9
This commit is contained in:
@@ -197,7 +197,7 @@ SR_PRIV struct sr_dev_inst *sr_dev_inst_new(int mode, int index, int status,
|
||||
sdi->channels = NULL;
|
||||
sdi->conn = NULL;
|
||||
sdi->priv = NULL;
|
||||
sdi->handle = (sr_device_handle)sdi;
|
||||
sdi->handle = (ds_device_handle)sdi;
|
||||
sdi->dev_type = DEV_TYPE_UNKOWN;
|
||||
|
||||
if (model && *model){
|
||||
|
||||
Reference in New Issue
Block a user