let rigctl know about parallel ports

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1527 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-08-25 22:36:39 +00:00
rodzic 61fb6bad2e
commit a3e3c720fc
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
* This programs dumps the capabilities of a backend rig.
*
*
* $Id: dumpcaps.c,v 1.38 2003-08-17 22:39:07 fillods Exp $
* $Id: dumpcaps.c,v 1.39 2003-08-25 22:36:39 fillods Exp $
*
*
* This program is free software; you can redistribute it and/or
@ -148,6 +148,9 @@ int dumpcaps (RIG* rig)
case RIG_PORT_SERIAL:
printf("RS-232\n");
break;
case RIG_PORT_PARALLEL:
printf("Parallel\n");
break;
case RIG_PORT_DEVICE:
printf("device driver\n");
break;