altos: Massive product config cleanup
[fw/altos] / src / avr / ao_arch.h
index b816279e29f540f14a49f63f41083365ee051f45..c775dab649a7d38068fa88a46f9815f46024a603 100644 (file)
@@ -146,12 +146,5 @@ extern uint8_t     ao_cpu_sleep_disable;
 
 #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
-
 #endif /* _AO_ARCH_H_ */