Add stm-demo program
[fw/altos] / src / stm / ao_arch.h
index e6f54fdb30142d162b660a788c8d16132d5758ed..b3c0190da3f2f807ce60a8ac6d329fa8e479244e 100644 (file)
@@ -124,6 +124,10 @@ struct ao_adc {
        uint16_t        adc[AO_ARM_NUM_ADC];    /* samples */
 };
 
+/*
+ * For now, we're running at a weird frequency
+ */
+#define STM_APB1       (16000000 * 6 / 4)
 
 #endif /* _AO_ARCH_H_ */