Rename uart-relaycard to relaycard

This commit is contained in:
Nero 2018-01-29 01:20:54 +00:00 committed by Nero
parent 122c0e6c35
commit 50ff908582
2 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ include boards/nano.mk
CPPFLAGS += -DBAUDRATE=$(AVRDUDE_BAUD)
ifndef PROG
PROG = uart-relaycard
PROG = relaycard
endif