rigol-ds: properly end WAIT_TRIGGER event handling
This commit is contained in:
parent
83dbd9f09c
commit
3918fbb0cf
|
@ -505,7 +505,7 @@ SR_PRIV int rigol_ds_receive(int fd, int revents, void *cb_data)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
if (rigol_ds_channel_start(sdi) != SR_OK)
|
if (rigol_ds_channel_start(sdi) != SR_OK)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
break;
|
return TRUE;
|
||||||
case WAIT_BLOCK:
|
case WAIT_BLOCK:
|
||||||
if (rigol_ds_block_wait(sdi) != SR_OK)
|
if (rigol_ds_block_wait(sdi) != SR_OK)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in New Issue