Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ssloy/penny.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Sokolov <ha@haqr.eu>2020-02-12 02:29:26 +0300
committerDmitry V. Sokolov <ha@haqr.eu>2020-02-12 02:29:26 +0300
commit06a6e3b26450697a4b5e8d35aa181d55140d064f (patch)
tree9a5d5de88deb89bae61dbd2e07c31609e25854ed /Makefile
parent93deea39c6e09caedfc9e7cba939c78fe3fc3366 (diff)
little dance
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f33c224..dc26a2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
GCCFLAGS=-g -O3 -mmcu=atmega8a -std=gnu99 -Wall -Wextra -pedantic
LINKFLAGS=-lm
-AVRDUDEFLAGS= -c usbasp -p m8
+AVRDUDEFLAGS=-B 5 -c usbasp -p m8
all: main-upload