Add usart lib
This commit is contained in:
parent
7e5acdd896
commit
56c244883b
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= src/*.cpp $(wildcard lib/*/src/*.cpp)
|
SRCS= $(wildcard src/*.cpp) test/usart.cpp
|
||||||
|
|
||||||
all: build flash
|
all: build flash
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue