beaglelogic: Drop unneeded uint64_t cast.

This commit is contained in:
Uwe Hermann 2018-02-20 20:01:55 +01:00
parent 3f4c1174b6
commit 71e22ba88f
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static GSList *scan(struct sr_dev_driver *di, GSList *options)
/* Default non-zero values (if any) */ /* Default non-zero values (if any) */
devc->fd = -1; devc->fd = -1;
devc->limit_samples = (uint64_t)10000000; devc->limit_samples = 10000000;
devc->tcp_buffer = 0; devc->tcp_buffer = 0;
if (!conn) { if (!conn) {