Replace makefile by generic board definition

This commit is contained in:
Nero 2018-01-28 20:41:35 +00:00 committed by Nero
parent 54aa55a902
commit f804beb36f
2 changed files with 7 additions and 63 deletions

7
boards/relaycard.mk Normal file
View file

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