Remove misc.h dependency from testrig.h

pull/1161/head
Mike Black W9MDB 2022-11-26 22:10:19 -06:00
rodzic 6995986880
commit 09e73b2ec9
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -9,8 +9,6 @@
#include <hamlib/rig.h> #include <hamlib/rig.h>
#include "misc.h"
#include <hamlib/config.h> #include <hamlib/config.h>
#define SERIAL_PORT "/dev/pts/2" #define SERIAL_PORT "/dev/pts/2"
@ -438,7 +436,7 @@ int main(int argc, char *argv[])
if (retcode == RIG_OK) if (retcode == RIG_OK)
{ {
// cppcheck-suppress * // cppcheck-suppress *
printf("rig_get_mode: mode = %"PRIll"\n", rmode); printf("rig_get_mode: mode = %s\n", rig_strrmode(rmode));
} }
else else
{ {