From 4b33798e33e5d2841a91041dad8b99ddfbe29b6b Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 10 Mar 2018 20:52:34 -0500 Subject: Use HIDAPI and update formatting for the data recorder. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e57dae5..25d510f 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,9 @@ LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_ #If you want to use HIDAPI on Linux. -#CFLAGS:=$(CFLAGS) -DHIDAPI -#REDISTS:=$(REDISTS) redist/hid-linux.o -#LDFLAGS:=$(LDFLAGS) -ludev +CFLAGS:=$(CFLAGS) -DHIDAPI +REDISTS:=$(REDISTS) redist/hid-linux.o +LDFLAGS:=$(LDFLAGS) -ludev #Useful Preprocessor Directives: # -DUSE_DOUBLE = use double instead of float for most operations. -- cgit v1.2.3