diff options
| author | Keith Packard <keithp@keithp.com> | 2011-05-11 20:26:37 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-05-11 20:26:37 -0700 | 
| commit | 96d04f907db70b5b2359cefaae2ba00f7584b162 (patch) | |
| tree | efd8f7e1823752cf5f4c085119275987186ce156 | |
| parent | 0ea407120faa33694148a7ac508ce18d6a59f090 (diff) | |
ao-bringup-avr: Flip to 8MHz clock for TeleScience
The Teensy uses a 16MHz crystal, but TeleScience has an 8MHz crystal.
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | ao-bringup-avr/ao-blink.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup-avr/ao-blink.c b/ao-bringup-avr/ao-blink.c index e41bc918..60922826 100644 --- a/ao-bringup-avr/ao-blink.c +++ b/ao-bringup-avr/ao-blink.c @@ -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  | 
