* load kenwood backend

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@335 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-01-28 22:21:48 +00:00
rodzic 771969a312
commit bd033641b1
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
* This programs list all the available the rig capabilities.
*
*
* $Id: listrigs.c,v 1.2 2000-11-01 23:27:26 f4cfe Exp $
* $Id: listrigs.c,v 1.3 2001-01-28 22:21:48 f4cfe Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -103,6 +103,11 @@ int main (int argc, char *argv[])
printf("rig_load_backend: ft847 error = %s \n", rigerror(status));
exit(3);
}
status = rig_load_backend("kenwood");
if (status != RIG_OK ) {
printf("rig_load_backend: kenwood error = %s \n", rigerror(status));
exit(3);
}
status = rig_load_backend("aor");
if (status != RIG_OK ) {
printf("rig_load_backend: aor error = %s \n", rigerror(status));