hantek-4032l: Minor cosmetic fix.

This commit is contained in:
Uwe Hermann 2018-06-06 00:01:04 +02:00
parent c7b5c3588e
commit bf2a6eeaa0
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
/* Initialize command packet. */
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->status = H4032L_STATUS_IDLE;