kopia lustrzana https://github.com/Hamlib/Hamlib
misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1296 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.4
rodzic
2d9de98a62
commit
a2d8f1053f
|
@ -3,7 +3,7 @@
|
|||
* This programs dumps the capabilities of a backend rig.
|
||||
*
|
||||
*
|
||||
* $Id: dumpcaps.c,v 1.33 2002-11-04 22:28:46 fillods Exp $
|
||||
* $Id: dumpcaps.c,v 1.34 2002-11-28 22:27:11 fillods Exp $
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -85,6 +85,9 @@ int dumpcaps (RIG* rig)
|
|||
case RIG_TYPE_COMPUTER:
|
||||
printf("Computer\n");
|
||||
break;
|
||||
case RIG_TYPE_TUNER:
|
||||
printf("Tuner\n");
|
||||
break;
|
||||
case RIG_TYPE_OTHER:
|
||||
printf("Other\n");
|
||||
break;
|
||||
|
|
Ładowanie…
Reference in New Issue