Re-enable Freesat code as I think its OK for basic testing, still needs a little work though.

This commit is contained in:
Adam Sutton 2012-07-19 16:27:17 +01:00
parent 0ba1eb832a
commit 7fdedc9b55

View file

@ -669,10 +669,8 @@ void eit_init ( void )
{
epggrab_module_ota_create(NULL, "eit", "EIT: DVB Grabber", 1,
_eit_start, _eit_enable, NULL);
#if TODO_FREESAT_SUPPORT
epggrab_module_ota_create(NULL, "freesat", "Freesat", 5,
_eit_start, _eit_enable, NULL);
#endif
}
void eit_load ( void )