Little bit of tidying up.

This commit is contained in:
Adam Sutton 2012-06-27 11:32:51 +01:00
parent 1c1ac9dc89
commit 05691010f2
2 changed files with 1 additions and 6 deletions

BIN
src/dvb/.dvb_adapter.c.swp Normal file

Binary file not shown.

View file

@ -424,11 +424,6 @@ dvb_adapter_mux_scanner(void *aux)
th_dvb_mux_instance_t *tdmi;
int i;
int idle_epg;
static const char* scan_string[] = {
"Autoscan BAD",
"Autoscan OK",
"Autoscan EPG"
};
if(tda->tda_rootpath == NULL)
return; // No hardware
@ -477,7 +472,7 @@ dvb_adapter_mux_scanner(void *aux)
gtimer_arm(&tda->tda_mux_scanner_timer,
dvb_adapter_mux_scanner, tda, period);
dvb_fe_tune(tda->tda_mux_epg, "EPG scan");
/* Normal */
} else {