summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blink/Makefile b/blink/Makefile
index a5a366a..de3d814 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -1,6 +1,6 @@
default:
- # compile for attiny86 with warnings, optimizations, and 1 MHz clock frequency
+ # compile for attiny85 with warnings, optimizations, and 16.5MHz clock frequency
avr-gcc -Wall -Os -DF_CPU=16500000L -mmcu=attiny85 -o blink.o blink.c
avr-objcopy -j .text -j .data -O ihex blink.o blink.hex