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