linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX
This commit is contained in:
parent
5339e1a956
commit
a9d3e4a7d9
1 changed files with 6 additions and 6 deletions
|
@ -87,12 +87,6 @@ const idclass_t linuxdvb_rotor_gotox_class =
|
|||
.name = "Satellite Longitude",
|
||||
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
|
||||
},
|
||||
{
|
||||
.type = PT_DBL,
|
||||
.id = "zero_lon",
|
||||
.name = "Zero Sat Longitude",
|
||||
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
|
||||
},
|
||||
{
|
||||
.type = PT_U16,
|
||||
.id = "rate",
|
||||
|
@ -127,6 +121,12 @@ const idclass_t linuxdvb_rotor_usals_class =
|
|||
.name = "Satellite Longitude",
|
||||
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
|
||||
},
|
||||
{
|
||||
.type = PT_DBL,
|
||||
.id = "zero_lon",
|
||||
.name = "Zero Sat Longitude",
|
||||
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
|
||||
},
|
||||
{
|
||||
.type = PT_U16,
|
||||
.id = "rate",
|
||||
|
|
Loading…
Add table
Reference in a new issue