missing R&S backend

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2763 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Stéphane Fillod, F8CFE 2009-11-03 21:04:36 +00:00
rodzic 5f4a438b62
commit 45e49fc24c
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
#!/usr/bin/awk -f
# (c) 2007 Stephane Fillod
# (c) 2007-2009 Stephane Fillod
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -47,6 +47,8 @@ BEGIN {
bkendlst[24]="rft"
bkendlst[25]="kit"
bkendlst[26]="tuner"
bkendlst[27]="rs"
bkendlst[28]="unknown"
if (lst_dir == "")
lst_dir="."
else