Fix: timer for grace period was in ms when the rotor returned its waiting period in seconds.
This commit is contained in:
parent
e113c3bc22
commit
59d15977d8
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
|
|||
|
||||
/* Pending */
|
||||
if (r != 0) {
|
||||
gtimer_arm_ms(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
|
||||
gtimer_arm(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
|
||||
ls->ls_diseqc_idx = i + 1;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue