From f666fb321bb78c88ea21c890c583003740d801ad Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Fri, 18 Dec 2009 14:25:15 +1100 Subject: [PATCH] Don't need -F now that my arduino has a sane bootloader --- stepper-2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepper-2/Makefile b/stepper-2/Makefile index 9ba51f0..aa2a333 100644 --- a/stepper-2/Makefile +++ b/stepper-2/Makefile @@ -39,7 +39,7 @@ LDFLAGS = -Wl,-u,vfprintf -lprintf_min -Wl,--as-needed -Wl,--gc-sections -finlin CC = $(ARCH)gcc OBJDUMP = $(ARCH)objdump OBJCOPY = $(ARCH)objcopy -AVRDUDE = avrdude -F +AVRDUDE = avrdude PROGPORT = /dev/arduino PROGBAUD = 19200