Temporarily disable twiddling detection in order to debug other stuff

Need to make this a switch
pull/224/head
Michael Black 2020-02-24 00:03:42 -06:00
rodzic 74b7900a52
commit bceba85205
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1061,6 +1061,8 @@ static int twiddling(RIG *rig)
{
const struct rig_caps *caps;
return 0; // disable for the moment
caps = rig->caps;
if (caps->get_freq) // gotta have get_freq of course