altos: Add SPI-based companion board support
[fw/altos] / src / ao_telemini.c
index 19d03692bef435641018218e271c89ab8ce37763..fa23de018c2d5b67abfbda2a57ddf120d809fc60 100644 (file)
 #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);