projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make...
[pub/USBasp.git]
/
Projects
/
XPLAINBridge
/
makefile
diff --git
a/Projects/XPLAINBridge/makefile
b/Projects/XPLAINBridge/makefile
index
ba87e8a
..
dfecaa2
100644
(file)
--- a/
Projects/XPLAINBridge/makefile
+++ b/
Projects/XPLAINBridge/makefile
@@
-202,6
+202,8
@@
CDEFS += -DAUX_LINE_PIN=PINB
CDEFS += -DAUX_LINE_DDR=DDRB
\r
CDEFS += -DAUX_LINE_MASK="(1 << 4)"
\r
CDEFS += -DVTARGET_ADC_CHANNEL=2
\r
+#CDEFS += -DLIBUSB_FILTERDRV_COMPAT
\r
+
\r
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r