ao-bringup-avr: Flip to 8MHz clock for TeleScience
authorKeith Packard <keithp@keithp.com>
Thu, 12 May 2011 03:26:37 +0000 (20:26 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 12 May 2011 03:26:37 +0000 (20:26 -0700)
The Teensy uses a 16MHz crystal, but TeleScience has an 8MHz crystal.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-bringup-avr/ao-blink.c

index e41bc91834b5af4d7b258f86ff140880987688ea..60922826187dedd0102822ea2861a7a2abe1de30 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <avr/io.h>
 #include <avr/interrupt.h>
-#define TEENSY 1
+#define TEENSY 0
 #if TEENSY
 #define F_CPU 16000000UL       // 16 MHz
 #else