hantek-4032l: Minor cosmetic fix.
This commit is contained in:
parent
c7b5c3588e
commit
bf2a6eeaa0
|
@ -252,7 +252,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
|
||||||
|
|
||||||
/* Initialize command packet. */
|
/* Initialize command packet. */
|
||||||
devc->cmd_pkt.magic = H4032L_CMD_PKT_MAGIC;
|
devc->cmd_pkt.magic = H4032L_CMD_PKT_MAGIC;
|
||||||
devc->cmd_pkt.sample_size = 16384;
|
devc->cmd_pkt.sample_size = 16 * 1024;
|
||||||
devc->sample_rate = 0;
|
devc->sample_rate = 0;
|
||||||
|
|
||||||
devc->status = H4032L_STATUS_IDLE;
|
devc->status = H4032L_STATUS_IDLE;
|
||||||
|
|
Loading…
Reference in New Issue