block senden stabil

This commit is contained in:
Tristan Krause 2019-04-01 08:36:45 +02:00
parent 6dd836c729
commit 8dcd24adbd
7 changed files with 73 additions and 22 deletions

View file

@ -8,7 +8,7 @@ COMPILER_PATH = g++
OUTPUT = main
CFLAGS = -std=c++14 -O3
CFLAGS = -std=c++14 -O3 -Wall -Wextra
LDFLAGS =
OBJECTS = main.o drv/usart.o drv/b15f.o drv/plottyfile.o drv/dot.o