raspberry pi fixes
This commit is contained in:
parent
e016a52459
commit
ee76b25ba3
5 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue