linuxdvb: fixed typo in the sat config (Longitude Direction West)
This commit is contained in:
parent
388f57ecc3
commit
3a6088cfd9
2 changed files with 2 additions and 1 deletions
|
@ -164,6 +164,7 @@ linuxdvb_adapter_create
|
|||
static dvb_fe_type_t
|
||||
linux_dvb_get_type(int linux_type)
|
||||
{
|
||||
return DVB_TYPE_S;
|
||||
switch (linux_type) {
|
||||
case FE_QPSK:
|
||||
return DVB_TYPE_S;
|
||||
|
|
|
@ -249,7 +249,7 @@ const idclass_t linuxdvb_satconf_class =
|
|||
},
|
||||
{
|
||||
.type = PT_BOOL,
|
||||
.id = "site_lat_south",
|
||||
.id = "site_lon_west",
|
||||
.name = "Longtitude Direction West",
|
||||
.off = offsetof(linuxdvb_satconf_t, ls_site_lon_west),
|
||||
.opts = PO_ADVANCED,
|
||||
|
|
Loading…
Add table
Reference in a new issue