crelay: Update to V0.9, add startup config file

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2015-08-21 14:40:30 -04:00
parent 28804d8d97
commit eed20a34ff
3 changed files with 8 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
--- a/src/Makefile
+++ b/src/Makefile
@@ -44,7 +44,7 @@ endif
@@ -45,7 +45,7 @@ endif
#ifdef DRV_SAINSMART
ifeq ($(DRV_SAINSMART), y)
SRC += relay_drv_sainsmart.c
-LIBS += -lftdi
-LIBS += -lftdi
+LIBS += -lftdi1
OPTS += -DDRV_SAINSMART
endif