Missing WR-1550 registration, from Juergen DC3BW

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1532 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Stéphane Fillod, F8CFE 2003-09-07 14:07:48 +00:00
rodzic 5ce96aa639
commit aba3325e7f
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@
* Copyright (C) 2001 pab@users.sourceforge.net
* Derived from hamlib code (C) 2000-2003 Stephane Fillod.
*
* $Id: winradio.c,v 1.18 2003-04-16 22:30:43 fillods Exp $
* $Id: winradio.c,v 1.19 2003-09-07 14:07:48 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -236,6 +236,7 @@ DECLARE_INITRIG_BACKEND(winradio)
rig_register(&wr1000_caps);
rig_register(&wr1500_caps);
rig_register(&wr1550_caps);
rig_register(&wr3100_caps);
rig_register(&wr3150_caps);
rig_register(&wr3500_caps);