copy uart from atmega16 project

wont compile right now!
This commit is contained in:
2019-09-21 15:04:12 +02:00
parent d1bbac33f9
commit 1c08382936
4 changed files with 45 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
MCU = atmega1284
TARGET = main
AVRDUDE_PROGRAMMER = usbasp-clone
AVRDUDE_PROGRAMMER = atmelice_isp
FCPU=16000000L
BUILDDIR=build
@@ -45,7 +45,7 @@ CC = avr-gcc
OBJCOPY = avr-objcopy
OBJDUMP = avr-objdump
SIZE = avr-size
AVRDUDE = ./avrdude
AVRDUDE = avrdude
REMOVE = rm -f