diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_telemini.c | 7 |
1 files changed, 6 insertions, 1 deletions
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); |