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

View file

@ -19,7 +19,7 @@ PROGRAMMER = avrispmkII
OUTPUT = b15f.elf
HEX = b15f.hex
MCU = atmega1284p
CFLAGS = -Wall -Wextra -std=c++14 -O3 -mmcu=$(MCU) -DF_CPU=$(F_CPU) $(DEBUG)
CFLAGS = -Wall -Wextra -std=c++11 -O3 -mmcu=$(MCU) -DF_CPU=$(F_CPU) $(DEBUG)
LDFLAGS =
OBJECTS = main.o spi.o mcp23s17.o tlc5615.o adu.o selftest.o global_vars.o usart.o request_handlers.o interrupts.o pwm.o servo.o