Commit ad2b3159 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

BDA: work around unimplemented dvb_enum_systems()

parent 255985b3
......@@ -167,6 +167,7 @@ void dvb_remove_pid (dvb_device_t *, uint16_t)
unsigned dvb_enum_systems (dvb_device_t *)
{
#warning TODO
return 0;
}
float dvb_get_signal_strength (dvb_device_t *)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment