diff Makefile @ 17:21717153e0f1

change clock to 4915200 improve argument parser
author Matt Johnston <matt@ucc.asn.au>
date Thu, 13 Jun 2013 20:42:54 +0800
parents 915be6f0ff13
children 021e6e0006f4
line wrap: on
line diff
--- a/Makefile	Thu Jun 13 00:22:37 2013 +0800
+++ b/Makefile	Thu Jun 13 20:42:54 2013 +0800
@@ -19,7 +19,7 @@
 
 DEVICE     = atmega328
 PROGDEVICE     = atmega328p
-CLOCK      = 8000000
+CLOCK      = 4915200
 PROGRAMMER = #-c stk500v2 -P avrdoper
 PROGRAMMER = -c stk500 -P ~/dev/stk500 -p $(PROGDEVICE)  -B 2
 SOURCE_1WIRE = onewire.c simple_ds18b20.c crc8.c