Remove readonly references to caps structure since it is R/W now

pull/1476/head
Mike Black W9MDB 2024-01-07 11:55:20 -06:00
rodzic eab660500e
commit e9e43e23da
6 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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 =
{

Wyświetl plik

@ -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/
@ -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/

Wyświetl plik

@ -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 =
{

Wyświetl plik

@ -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/

Wyświetl plik

@ -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/
*/