ic7610: Re-add send_morse

Commit 28b7543de6 mistakenly removed
send_morse from ic7610, add it back.
pull/822/head
Christoph Berg 2021-10-12 21:55:18 +02:00
rodzic 5f5aabe176
commit dfab74d74d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -475,6 +475,7 @@ const struct rig_caps ic7610_caps =
.get_split_vfo = icom_get_split_vfo,
.set_powerstat = icom_set_powerstat,
.get_powerstat = icom_get_powerstat,
.send_morse = icom_send_morse,
.stop_morse = icom_stop_morse,
.wait_morse = rig_wait_morse
};