From 0fcd594e43b830d7e2b5a455bd848040d21fad27 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Sun, 21 Apr 2019 20:08:20 +0000 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c6801a..5fc6f17 100644 --- a/Makefile +++ b/Makefile @@ -76,5 +76,5 @@ serial: endif ifeq ($(COM),screen) serial: - $(COM) $(AVRDUDE_TTY) $(BAUDRATE) + $(COM) $(AVRDUDE_TTY) $(BAUDRATE) endif