no alternate DLL support for si570avrusb

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2758 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-11-02 19:31:27 +00:00
rodzic 16cc950472
commit f05a963ddb
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -46,10 +46,13 @@ DECLARE_INITRIG_BACKEND(kit)
rig_register(&dds60_caps);
rig_register(&miniVNA_caps);
#if (defined(HAVE_LIBUSB) && defined(HAVE_USB_H))
rig_register(&si570avrusb_caps);
#endif
#if (defined(HAVE_LIBUSB) && defined(HAVE_USB_H)) || defined(_WIN32)
/* rigs with alternate DLL support on Win32 */
rig_register(&dwt_caps);
rig_register(&elektor507_caps);
rig_register(&si570avrusb_caps);
#endif
#ifdef HAVE_USRP