Revert "Add GPIO to rigctld.c"

This reverts commit 2e50bb2583.
pull/193/head
Michael Black 2020-01-27 17:06:12 -06:00
rodzic b19ebaae3a
commit 174c26a202
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

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