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