altos: Make telescience-v0.1 build with new ao_data struct
[fw/altos] / src / avr / ao_pins.h
index f2b40fb4f19c11e74ac3b6b95b7aef518da34bf4..850a08ec8a1369fd36b3c6c655b2f2f5b5b1c3b7 100644 (file)
 #define AO_TELESCIENCE_NUM_ADC 12
 
 struct ao_adc {
-       uint16_t        tick;           /* tick when the sample was read */
        uint16_t        adc[AO_TELESCIENCE_NUM_ADC];    /* samples */
 };
 
-#define AO_ADC_RING    16
+#define AO_DATA_RING   16
 
 #endif /* _AO_PINS_H_ */