Update usart dir
This commit is contained in:
2
makefile
2
makefile
@@ -6,7 +6,7 @@ CC=avr-g++
|
|||||||
OBJCOPY=avr-objcopy
|
OBJCOPY=avr-objcopy
|
||||||
CFLAGS=-Wall -g -mmcu=${MCU} -DF_CPU=${F_CPU} -I.
|
CFLAGS=-Wall -g -mmcu=${MCU} -DF_CPU=${F_CPU} -I.
|
||||||
TARGET=main
|
TARGET=main
|
||||||
SRCS= $(wildcard src/*.cpp) test/usart.cpp
|
SRCS= $(wildcard src/*.cpp) test/usart/src/usart.cpp
|
||||||
|
|
||||||
all: build flash
|
all: build flash
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user