X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_telemini.c;h=fa23de018c2d5b67abfbda2a57ddf120d809fc60;hp=19d03692bef435641018218e271c89ab8ce37763;hb=30abbdc7ffcfc809b4a3fc31486fe968161ea225;hpb=0154d13756bcb09f009981ee5e4bd27fd04b8788 diff --git a/src/ao_telemini.c b/src/ao_telemini.c index 19d03692..fa23de01 100644 --- a/src/ao_telemini.c +++ b/src/ao_telemini.c @@ -18,18 +18,16 @@ #include "ao.h" #include "ao_pins.h" -/* stub so as telemini doesn't have monitor mode */ -void -ao_set_monitor(uint8_t monitoring) -{ - (void) 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);