B210 driver 3.9 returning rx_sensor lo_locked but never locked

This commit is contained in:
ismagom 2015-06-05 14:18:00 +01:00
parent 104efa35ff
commit 4c949bb99f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ bool cuhd_rx_wait_lo_locked(void *h)
{
double report = 0.0;
while (isLocked(h) && report < 3000.0) {
while (isLocked(h) && report < 30.0) {
report += 0.1;
usleep(1000);
}