aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-07-16 15:02:54 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-07-16 15:02:54 +0200
commit0c57c746ccc000b00e29816ee6c58bcb7a18e745 (patch)
tree3c3bbd6398a187159314d939847d6d39d15fe556
parent614f4cf63d794b4349137f58f08baea5c4cedf7d (diff)
Use -mmcu=attiny828 instead of -mmcu=avr25.
This fixes building on Ubuntu 16.04 at least.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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