ui improved

This commit is contained in:
Tristan Krause 2019-06-21 15:55:04 +02:00
parent 5401635968
commit fbf95edb58
4 changed files with 7 additions and 4 deletions

View file

@ -18,7 +18,7 @@ OBJCOPY_PATH = avr-objcopy
PROGRAMMER = avrispmkII
OUTPUT = b15f.elf
HEX = b15f.hex
MCU = atmega1284
MCU = atmega1284p
CFLAGS = -Wall -Wextra -std=c++14 -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