Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4
authorKeith Packard <keithp@keithp.com>
Wed, 17 Jun 2009 20:55:23 +0000 (13:55 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 17 Jun 2009 20:55:23 +0000 (13:55 -0700)
commite59520e343c2573b1b92c0b3c4aaa93e51bc55d3
treeccea22a92c7a2a403761139a3565da2ae22d5065
parent1c3cc12c08ddefbd6456a55c54ef87dd94d4ae9a
Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4

None of our boards have a 32kHz xtal oscillator, instead we use those pins
(on Telemetrum) for the deployment firing circuits. The old clock
initialization code was switching from the 32kHz RC oscillator to the 32kHz
crystal and overriding our use of those pins.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_main.c
src/ao_teledongle.c
src/ao_telemetrum.c
src/ao_teleterra.c
src/ao_test.c
src/ao_tidongle.c
src/ao_timer.c
src/cc1111.h