add a delay for avrdude prog (useful ?) master
authorOlivier Matz <zer0@droids-corp.org>
Sun, 14 Jul 2013 14:23:37 +0000 (16:23 +0200)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 14 Jul 2013 14:23:37 +0000 (16:23 +0200)
Makefile

index cae25c2..a5f0ceb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ SRC = $(TARGET).c
 # care about how the name is spelled on its command-line.
 ASRC = 
 
 # care about how the name is spelled on its command-line.
 ASRC = 
 
+AVRDUDE_DELAY=1000
+
 ########################################
 
 -include .aversive_conf
 ########################################
 
 -include .aversive_conf