summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-14 22:30:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-14 22:30:15 +0200
commite109265b7f3117594e5a4e063a9c06a708521061 (patch)
tree5e6f78769ba32c47b2d806e4fba0e26c6acf37b9
parentcosmetics (diff)
remove accidentially added LDFLAGS from usb-spi example
-rw-r--r--usb-spi/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index 27ff005..2ccfc4c 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/Makefile
@@ -43,8 +43,3 @@ LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-spi example\""
LUFA_COMPONENTS := USB USBCLASS
include $(SPREADAVR_PATH)/include.mk
-
-LDFLAGS += -Wl,-u,vfprintf -lprintf_flt -lm
-AVRDUDE_PORT := $(shell $(SPREADAVR_PATH)/tools/detect_newest_acm)
-#AVRDUDE_PORT := $(shell $(SPREADAVR_PATH)/tools/detect_lufa_cdc 1)
-RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_sparkfun