Skip to content

Commit

Permalink
Remove readonly references to caps structure since it is R/W now
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Jan 7, 2024
1 parent eab6605 commit e9e43e2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion rigs/kenwood/ts450s.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ int ts450_open(RIG *rig)
/*
* ts450s rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
* RIT: Variable Range ±9.99 kHz
*
* TODO: protocol to be checked with manual (identical to TS690)
Expand Down
1 change: 0 additions & 1 deletion rigs/kenwood/ts480.c
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,6 @@ int malachite_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
/*
* Malachite SDR rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
*/
struct rig_caps malachite_caps =
{
Expand Down
2 changes: 0 additions & 2 deletions rigs/kenwood/ts570.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,6 @@ int ts570_set_xit(RIG *rig, vfo_t vfo, shortfreq_t rit)
/*
* ts570 rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
* RIT: Variable Range ±9.99 kHz
*
* part of infos comes from .http = //www.kenwood.net/
Expand Down Expand Up @@ -1078,7 +1077,6 @@ struct rig_caps ts570s_caps =
/*
* ts570d rig capabilities, which is basically the ts570s without 6m.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
* RIT: Variable Range ±9.99 kHz
*
* part of infos comes from .http = //www.kenwood.net/
Expand Down
1 change: 0 additions & 1 deletion rigs/kenwood/ts850.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static const struct confparams ts850_ext_parms[] =
/*
* ts850 rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
*/
struct rig_caps ts850_caps =
{
Expand Down
1 change: 0 additions & 1 deletion rigs/kenwood/ts870s.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ static int ts870s_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val)
/*
* ts870s rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
* RIT: Variable Range ±9.99 kHz
*
* part of infos comes from .http = //www.kenwood.net/
Expand Down
1 change: 0 additions & 1 deletion rigs/kenwood/ts930.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ static struct kenwood_priv_caps ts930_priv_caps =
/*
* ts930 rig capabilities.
* Notice that some rigs share the same functions.
* Also this struct is READONLY!
*
* part of infos comes from .http = //www.kenwood.net/
*/
Expand Down

0 comments on commit e9e43e2

Please sign in to comment.