fix warning

This commit is contained in:
Andre Puschmann 2017-10-06 16:14:16 +02:00 committed by Ismael Gomez
parent b2a4d93fb8
commit 8dc8d8d521

View file

@ -492,7 +492,7 @@ int rf_soapy_send_timed_multi(void *h,
rf_soapy_handler_t *handler = (rf_soapy_handler_t *) h;
int flags = 0;
const long timeoutUs = 2000; // arbitrarily chosen
long long timeNs;
long long timeNs = 0;
int trials = 0;
int ret = 0;
int n = 0;