From: Keith Packard Date: Thu, 11 Aug 2011 22:59:47 +0000 (-0700) Subject: altos: Apply igniter boot pulse-width reduction to telemini X-Git-Tag: 0.9.6.0~26 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1d13460412046c53f36466193329caaa657bb278;hp=b520c32bcddabd42c07ceafa827694a3ae23a76f altos: Apply igniter boot pulse-width reduction to telemini TeleMini needs the same fix as TeleMetrum to reduce startup igniter pulses. Signed-off-by: Keith Packard --- diff --git a/src/ao_telemini.c b/src/ao_telemini.c index 19d03692..6c612481 100644 --- a/src/ao_telemini.c +++ b/src/ao_telemini.c @@ -28,8 +28,13 @@ ao_set_monitor(uint8_t monitoring) void main(void) { - ao_clock_init(); + /* + * Reduce the transient on the ignite pins at startup by + * pulling the pins low as soon as possible at power up + */ + ao_ignite_set_pins(); + ao_clock_init(); /* Turn on the red LED until the system is stable */ ao_led_init(LEDS_AVAILABLE);