diff Makefile @ 308:e36ee3e156c1

switch to atmega328
author Matt Johnston <matt@ucc.asn.au>
date Tue, 08 May 2012 22:34:58 +0800
parents 848b0fe159d2
children 888be1b234b6
line wrap: on
line diff
--- a/Makefile	Mon May 07 00:14:53 2012 +0800
+++ b/Makefile	Tue May 08 22:34:58 2012 +0800
@@ -17,8 +17,8 @@
 #                   default_serial = "avrdoper"
 # FUSES ........ Parameters for avrdude to flash the fuses appropriately.
 
-DEVICE     = atmega8
-CLOCK      = 8000000
+DEVICE     = atmega328
+CLOCK      = 1000000
 PROGRAMMER = #-c stk500v2 -P avrdoper
 OBJECTS    = main.o
 FUSES      = -U hfuse:w:0xd9:m -U lfuse:w:0x24:m