raspberry pi fixes

This commit is contained in:
Tristan Krause 2019-06-28 16:10:22 +02:00
parent e016a52459
commit ee76b25ba3
5 changed files with 14 additions and 3 deletions
control/src

View file

@ -26,7 +26,7 @@ OUT_PLOTTY = $(PATH_BIN)/plotty
OUT_DOC = ../../docs/html
# compiling & linking parameters
CFLAGS = -std=c++17 -O3 -Wall -Wextra -fPIC
CFLAGS = -std=c++14 -O3 -Wall -Wextra -fPIC
LDFLAGS_DRV = -lcurses -lpthread
LDFLAGS_CLI = $(LDFLAGS_DRV) -lb15fdrv