Fix makefile

This commit is contained in:
Nero 2019-04-21 20:08:20 +00:00
parent 7b3c13f03b
commit 0fcd594e43

View File

@ -76,5 +76,5 @@ serial:
endif endif
ifeq ($(COM),screen) ifeq ($(COM),screen)
serial: serial:
$(COM) $(AVRDUDE_TTY) $(BAUDRATE) $(COM) $(AVRDUDE_TTY) $(BAUDRATE)
endif endif