kopia lustrzana https://github.com/Hamlib/Hamlib
Remove duplicated rig_type[] lines
rodzic
5ba906c9aa
commit
bc8dbca1f3
|
@ -55,7 +55,6 @@ struct rig_type_s rig_type[] =
|
|||
{RIG_FLAG_APRS, "APRS"},
|
||||
{RIG_FLAG_TNC, "TNC"},
|
||||
{RIG_FLAG_DXCLUSTER, "DxCluster"},
|
||||
{RIG_FLAG_DXCLUSTER, "DxCluster"},
|
||||
{RIG_FLAG_TUNER, "Tuner"},
|
||||
{-1, "?\n"}
|
||||
};
|
||||
|
|
|
@ -54,7 +54,6 @@ static struct rig_type_s rig_type[] =
|
|||
{RIG_FLAG_APRS, "APRS"},
|
||||
{RIG_FLAG_TNC, "TNC"},
|
||||
{RIG_FLAG_DXCLUSTER, "DxCluster"},
|
||||
{RIG_FLAG_DXCLUSTER, "DxCluster"},
|
||||
{RIG_FLAG_TUNER, "Tuner"},
|
||||
{-1, "?\n"}
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue