From: Keith Packard Date: Wed, 17 Jun 2009 20:55:23 +0000 (-0700) Subject: Fix clock initialization to not try to use 32kHz xtal on P2_3/P2_4 X-Git-Tag: 0.5~48 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e59520e343c2573b1b92c0b3c4aaa93e51bc55d3;hp=e59520e343c2573b1b92c0b3c4aaa93e51bc55d3;p=fw%2Faltos 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 ---