From 0c57c746ccc000b00e29816ee6c58bcb7a18e745 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Sat, 16 Jul 2016 15:02:54 +0200 Subject: Use -mmcu=attiny828 instead of -mmcu=avr25. This fixes building on Ubuntu 16.04 at least. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec919f8..0bed033 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC = avr-gcc -CFLAGS = -std=gnu99 -Wpedantic -Wall -Werror -mmcu=avr25 -D__AVR_ATtiny828__ +CFLAGS = -std=gnu99 -Wpedantic -Wall -Werror -mmcu=attiny828 -D__AVR_ATtiny828__ OBJCOPY = avr-objcopy all: tamper.hex -- cgit v1.2.3