Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Klaehn
79859f2d9d short ftdi bit bang test 2019-07-13 20:11:18 +02:00

View File

@ -10,6 +10,9 @@ OBJ_DIR = obj
BIN_DIR = bin
INCLUDES := inc
#Alpine Linux ftdi include path
INCLUDES += /usr/include/libftdi1
LIBS := ftdi
LD_FLAGS :=