rigol-ds: properly end WAIT_TRIGGER event handling

This commit is contained in:
Aurelien Jacobs 2014-02-02 21:44:26 +01:00 committed by Uwe Hermann
parent 83dbd9f09c
commit 3918fbb0cf
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ SR_PRIV int rigol_ds_receive(int fd, int revents, void *cb_data)
return TRUE;
if (rigol_ds_channel_start(sdi) != SR_OK)
return TRUE;
break;
return TRUE;
case WAIT_BLOCK:
if (rigol_ds_block_wait(sdi) != SR_OK)
return TRUE;