Add RETURNFUNC in register to see timing

pull/769/head
Mike Black W9MDB 2021-08-08 16:43:05 -05:00
rodzic daf09e3ea5
commit 1a64f26ea0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -40,6 +40,7 @@
#include <register.h>
#include <hamlib/rig.h>
#include "misc.h"
//! @cond Doxygen_Suppress
#ifndef PATH_MAX
@ -221,7 +222,7 @@ int HAMLIB_API rig_register(const struct rig_caps *caps)
p->next = rig_hash_table[hval];
rig_hash_table[hval] = p;
return RIG_OK;
RETURNFUNC(RIG_OK);
}
//! @endcond