From ff10c1ebbf8bc9650a5fe6f04514418c5ecc5964 Mon Sep 17 00:00:00 2001 From: gillham Date: Mon, 7 Mar 2011 23:19:20 -0800 Subject: [PATCH] Change baudrate to match Duemilanove not Uno. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e4da04..88b3725 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for an Arduino based logic analyzer using the 'arduino-core' # package and makefiles. # -# $Id: Makefile,v 1.2 2011-02-10 23:20:31 gillham Exp $ +# $Id: Makefile,v 1.3 2011-03-07 02:47:26 gillham Exp $ # ARDUINO_DIR = /usr/share/arduino @@ -12,7 +12,7 @@ ARDUINO_LIBS = MCU = atmega328p F_CPU = 16000000 ARDUINO_PORT = /dev/ttyUSB* -AVRDUDE_ARD_BAUDRATE = 115200 +AVRDUDE_ARD_BAUDRATE = 57600 AVRDUDE_ARD_PROGRAMMER = arduino include /usr/share/arduino/Arduino.mk