beaglelogic: Drop unneeded uint64_t cast.
This commit is contained in:
parent
3f4c1174b6
commit
71e22ba88f
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue