Revert "Add GPION to rigctld.c"

This reverts commit f926868dad.
pull/193/head
Michael Black 2020-01-27 17:05:50 -06:00
rodzic 18c27fcd40
commit b19ebaae3a
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -356,10 +356,6 @@ int main(int argc, char *argv[])
{
ptt_type = RIG_PTT_GPIO;
}
else if (!strcmp(optarg, "GPION"))
{
ptt_type = RIG_PTT_GPION;
}
else if (!strcmp(optarg, "NONE"))
{
ptt_type = RIG_PTT_NONE;