Update usart dir

This commit is contained in:
CVR 2021-09-13 11:01:14 +12:00
parent 56c244883b
commit fc7211c4a1
1 changed files with 1 additions and 1 deletions

View File

@ -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