kopia lustrzana https://github.com/Hamlib/Hamlib
Remove misc.h dependency from testrig.h
rodzic
6995986880
commit
09e73b2ec9
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue