From: Olivier Matz Date: Sun, 14 Jul 2013 14:23:37 +0000 (+0200) Subject: add a delay for avrdude prog (useful ?) X-Git-Url: http://git.droids-corp.org/?p=beacon-tx-433.git;a=commitdiff_plain;h=771874a3e8237d435500de05f2a6ed0450ae619a add a delay for avrdude prog (useful ?) --- diff --git a/Makefile b/Makefile index cae25c2..a5f0ceb 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ SRC = $(TARGET).c # care about how the name is spelled on its command-line. ASRC = +AVRDUDE_DELAY=1000 + ######################################## -include .aversive_conf