work around ADC sample rate snafu

pull/1/head
Sebastien Bourdeauducq 2017-08-06 19:53:16 +08:00
parent f156c7c6d1
commit e676cb59bf
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ fn get_time_ms() -> u64 {
let adc_irq_count = cortex_m::interrupt::free(|cs| {
ADC_IRQ_COUNT.borrow(cs).get()
});
adc_irq_count*6/125
// FIXME: this should be adc_irq_count*6/125
adc_irq_count*4*6/125
}
static LOOP_ANODE: Mutex<RefCell<loop_anode::Controller>> = Mutex::new(RefCell::new(