From 5a8ff70f854c0d6fef3e5b7be12b750aab37b9f2 Mon Sep 17 00:00:00 2001 From: datdenkikniet Date: Thu, 3 Apr 2025 20:36:36 +0200 Subject: Placate clippy --- rtic-monotonics/src/systick.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src/systick.rs') diff --git a/rtic-monotonics/src/systick.rs b/rtic-monotonics/src/systick.rs index 48888be..024c9ad 100644 --- a/rtic-monotonics/src/systick.rs +++ b/rtic-monotonics/src/systick.rs @@ -140,7 +140,7 @@ impl TimerQueueBackend for SystickBackend { /// /// * `name` - The name that the monotonic type will have. /// * `tick_rate_hz` - The tick rate of the timer peripheral. -/// Can be omitted; defaults to 1kHz. +/// Can be omitted; defaults to 1kHz. #[macro_export] macro_rules! systick_monotonic { ($name:ident) => { -- cgit v1.2.3