diff --git a/src/hardware/configuration.rs b/src/hardware/configuration.rs index cbe4a1d..acd98ae 100644 --- a/src/hardware/configuration.rs +++ b/src/hardware/configuration.rs @@ -154,7 +154,6 @@ pub fn setup( // Configure the timer to count at the designed tick rate. We will manually set the // period below. timer2.pause(); - timer2.reset_counter(); timer2.set_tick_freq(design_parameters::TIMER_FREQUENCY); let mut sampling_timer = timers::SamplingTimer::new(timer2);