aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-26 06:15:05 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-26 06:15:05 +0000
commit9c037a952f5aaf78c4e13398506cfa2d588bb449 (patch)
treeee69e6a65a6d81851005c977deceded153d5c2af /Projects/XPLAINBridge/makefile
parent4a13a5484ae19974a46d3def668aa888d12b8f13 (diff)
downloadlufa-9c037a952f5aaf78c4e13398506cfa2d588bb449.tar.gz
lufa-9c037a952f5aaf78c4e13398506cfa2d588bb449.tar.bz2
lufa-9c037a952f5aaf78c4e13398506cfa2d588bb449.zip
The RingBuff library code has been replaced in the XPLAINBridge project with an ultra lightweight buffer to help improve the reliability of the bridge.
Diffstat (limited to 'Projects/XPLAINBridge/makefile')
-rw-r--r--Projects/XPLAINBridge/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile
index 36f5c494d..c68c91da1 100644
--- a/Projects/XPLAINBridge/makefile
+++ b/Projects/XPLAINBridge/makefile
@@ -129,7 +129,6 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
SRC = $(TARGET).c \
AVRISPDescriptors.c \
USARTDescriptors.c \
- Lib/RingBuff.c \
Lib/SoftUART.c \
$(AVRISP_PATH)/Lib/V2Protocol.c \
$(AVRISP_PATH)/Lib/V2ProtocolParams.c \