8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
include boards/nano.mk
|
||
|
|
||
|
CPPFLAGS += -DBAUDRATE=$(AVRDUDE_BAUD)
|
||
|
|
||
|
ifndef PROG
|
||
|
PROG = uart-relaycard
|
||
|
endif
|