kopia lustrzana https://github.com/Hamlib/Hamlib
added printf("testrig:main() has been called \n"); for testing linking
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@159 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
03e5f9a495
commit
bdfd45473e
|
@ -20,6 +20,8 @@ int main ()
|
|||
* allocate memory, setup & open port
|
||||
*/
|
||||
|
||||
printf("testrig:main() has been called \n");
|
||||
|
||||
my_rig = rig_init(RIG_MODEL_FT847);
|
||||
if (!my_rig)
|
||||
exit(1); /* whoops! something went wrong (mem alloc?) */
|
||||
|
|
Ładowanie…
Reference in New Issue