From fc7211c4a112f3e4900bb215b925fc769c2f2ce6 Mon Sep 17 00:00:00 2001 From: CVR Date: Mon, 13 Sep 2021 11:01:14 +1200 Subject: [PATCH] Update usart dir --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 66757de..6f8d953 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ CC=avr-g++ OBJCOPY=avr-objcopy CFLAGS=-Wall -g -mmcu=${MCU} -DF_CPU=${F_CPU} -I. TARGET=main -SRCS= $(wildcard src/*.cpp) test/usart.cpp +SRCS= $(wildcard src/*.cpp) test/usart/src/usart.cpp all: build flash