From 6f54c8ccf3427b96c20bfedbdbb6c3fae9a7bb5d Mon Sep 17 00:00:00 2001 From: bigalex Date: Thu, 6 Sep 2012 20:46:31 +0200 Subject: [PATCH] added target test (equivalent to reset) --- firmware/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/Makefile b/firmware/Makefile index aa9d906..da675e8 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -320,6 +320,9 @@ fuse: reset: $(AVRDUDE) $(AVRDUDE_FLAGS) +test: + $(AVRDUDE) $(AVRDUDE_FLAGS) + # Create final output files (.hex, .eep) from ELF output file. %.hex: %.elf