altos: Make extra pyro channel firing time configurable
[fw/altos] / src / kernel / ao_config.h
index 7ad221c68487d77df865739e653829ea5605f7f9..77f73fbe6014749b054949f82c46937272bfc516 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 #define AO_CONFIG_MAJOR        1
-#define AO_CONFIG_MINOR        17
+#define AO_CONFIG_MINOR        18
 
 #define AO_AES_LEN 16
 
@@ -99,6 +99,9 @@ struct ao_config {
        uint16_t        tracker_start_horiz;    /* minor version 17 */
        uint16_t        tracker_start_vert;     /* minor version 17 */
 #endif
+#if AO_PYRO_NUM
+       uint16_t        pyro_time;              /* minor version 18 */
+#endif
 };
 
 #define AO_IGNITE_MODE_DUAL            0