Revert accidental change
This commit is contained in:
parent
cdf916c43f
commit
142a86e954
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ dvb_adapter_mux_scanner(void *aux)
|
|||
if(tda->tda_rootpath == NULL)
|
||||
return; // No hardware
|
||||
|
||||
gtimer_arm(&tda->tda_mux_scanner_timer, dvb_adapter_mux_scanner, tda, 3);
|
||||
gtimer_arm(&tda->tda_mux_scanner_timer, dvb_adapter_mux_scanner, tda, 20);
|
||||
|
||||
if(LIST_FIRST(&tda->tda_muxes) == NULL)
|
||||
return; // No muxes configured
|
||||
|
|
Loading…
Add table
Reference in a new issue