summaryrefslogtreecommitdiff
path: root/Jamtop
diff options
context:
space:
mode:
Diffstat (limited to 'Jamtop')
-rw-r--r--Jamtop18
1 files changed, 9 insertions, 9 deletions
diff --git a/Jamtop b/Jamtop
index 1809c9d..3ba306b 100644
--- a/Jamtop
+++ b/Jamtop
@@ -27,20 +27,20 @@ DEFINES += ARGYLLCMS ;
# enable serial instruments & support
USE_SERIAL = true ;
+# enable fast serial instruments & support
+USE_FAST_SERIAL = true ; # (Implicit in USE_SERIAL too)
+
# enable USB instruments & support
USE_USB = true ;
-# Use native USB drivers, else use libusb
-USE_NATIVE_USB = true ;
+# enable dummy Demo Instrument, if code is available
+USE_DEMOINST = true ;
-# Use libusb1 rather than libusb0 & libusb0-win32
-USE_LIBUSB1 = true ;
+# Use libusb (deprecated)
+USE_LIBUSB = false ;
-# Except that FreeBSD doesn't have a spectro/usbio_bsd.c yet
-if $(OS) = FREEBSD || $(OS) = OPENBSD {
- USE_NATIVE_USB = false ; # Use libusb
- USE_LIBUSB1 = false ; # Use libusb 0.1
-}
+# Use libusb1 rather than libusb0 & libusb0-win32 (deprecated)
+USE_LIBUSB1 = true ;
# Make the USB V1 library static
LIBUSB_IS_DLL = false ;