kopia lustrzana https://github.com/Hamlib/Hamlib
Add RETURNFUNC in register to see timing
rodzic
daf09e3ea5
commit
1a64f26ea0
|
@ -40,6 +40,7 @@
|
||||||
#include <register.h>
|
#include <register.h>
|
||||||
|
|
||||||
#include <hamlib/rig.h>
|
#include <hamlib/rig.h>
|
||||||
|
#include "misc.h"
|
||||||
|
|
||||||
//! @cond Doxygen_Suppress
|
//! @cond Doxygen_Suppress
|
||||||
#ifndef PATH_MAX
|
#ifndef PATH_MAX
|
||||||
|
@ -221,7 +222,7 @@ int HAMLIB_API rig_register(const struct rig_caps *caps)
|
||||||
p->next = rig_hash_table[hval];
|
p->next = rig_hash_table[hval];
|
||||||
rig_hash_table[hval] = p;
|
rig_hash_table[hval] = p;
|
||||||
|
|
||||||
return RIG_OK;
|
RETURNFUNC(RIG_OK);
|
||||||
}
|
}
|
||||||
//! @endcond
|
//! @endcond
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue