Installscript verbessert

This commit is contained in:
Tristan Krause 2019-06-25 09:18:43 +02:00
parent cf0ea8fadf
commit 724c001ebb
2 changed files with 40 additions and 18 deletions

View file

@ -17,7 +17,7 @@ OBJCOPY_PATH = avr-objcopy
# Optionen
PROGRAMMER = avrispmkII
OUTPUT = b15f.elf
HEX = b15f.hex
HEX = b15f.hex
MCU = atmega1284p
CFLAGS = -Wall -Wextra -std=c++14 -O3 -mmcu=$(MCU) -DF_CPU=$(F_CPU) $(DEBUG)
LDFLAGS =