From 689c4a068eddfe32956c1975cdc241b26d1751da Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 2 Jun 2024 10:15:17 +0200 Subject: Make rtic-monotonic macros create a public type --- rtic-monotonics/src/rp2040.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src/rp2040.rs') diff --git a/rtic-monotonics/src/rp2040.rs b/rtic-monotonics/src/rp2040.rs index 9c5a1dd..47146b4 100644 --- a/rtic-monotonics/src/rp2040.rs +++ b/rtic-monotonics/src/rp2040.rs @@ -130,7 +130,7 @@ impl TimerQueueBackend for TimerBackend { macro_rules! rp2040_timer_monotonic { ($name:ident) => { /// A `Monotonic` based on the RP2040 Timer peripheral. - struct $name; + pub struct $name; impl $name { /// Starts the `Monotonic`. -- cgit v1.2.3