From 3886dab961a7b2bc41edc1a336af81485db490a7 Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 8 Dec 2020 15:15:58 +0100 Subject: [PATCH] Update src/digital_input_stamper.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Jördens --- src/digital_input_stamper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital_input_stamper.rs b/src/digital_input_stamper.rs index eaf9683..621264d 100644 --- a/src/digital_input_stamper.rs +++ b/src/digital_input_stamper.rs @@ -19,7 +19,7 @@ ///! checks to see how many timestamps were collected. These collected timestamps are then returned ///! for further processing. ///! -///! To prevent silently discarding timestamps, the TIm5 input capture over-capture interrupt is +///! To prevent silently discarding timestamps, the TIM5 input capture over-capture interrupt is ///! used. Any over-capture event (which indicates an overwritten timestamp) then generates an ISR ///! which handles the over-capture. ///!