From 5a8549dc7f93462aafc0248ecded6697523aaa2c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 4 Jun 2020 14:02:16 +0200 Subject: Decrease programming bitspeed --- src/testapp1/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testapp1') diff --git a/src/testapp1/Makefile b/src/testapp1/Makefile index 68c15e9..04517c7 100644 --- a/src/testapp1/Makefile +++ b/src/testapp1/Makefile @@ -3,6 +3,7 @@ CC=avr-gcc OBJCOPY=avr-objcopy SIZE=avr-size AVRDUDE=avrdude +AVRDUDE_FLAGS=-B 100kHz # Modify this to the device name of the UART used for AVRDUDE AVRDUDE_DEV=usb -- cgit v1.2.3