kopia lustrzana https://github.com/Hamlib/Hamlib
no alternate DLL support for si570avrusb
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2758 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.10
rodzic
16cc950472
commit
f05a963ddb
|
@ -46,10 +46,13 @@ DECLARE_INITRIG_BACKEND(kit)
|
||||||
rig_register(&dds60_caps);
|
rig_register(&dds60_caps);
|
||||||
rig_register(&miniVNA_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)
|
#if (defined(HAVE_LIBUSB) && defined(HAVE_USB_H)) || defined(_WIN32)
|
||||||
|
/* rigs with alternate DLL support on Win32 */
|
||||||
rig_register(&dwt_caps);
|
rig_register(&dwt_caps);
|
||||||
rig_register(&elektor507_caps);
|
rig_register(&elektor507_caps);
|
||||||
rig_register(&si570avrusb_caps);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_USRP
|
#ifdef HAVE_USRP
|
||||||
|
|
Ładowanie…
Reference in New Issue