aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/src
diff options
context:
space:
mode:
authorMathias <[email protected]>2023-07-05 12:23:11 +0200
committerMathias <[email protected]>2023-07-05 12:36:42 +0200
commit1255d8a8ce2c5b2ed9b33a6c3d2ee5e0d6b99ba1 (patch)
treef51f75e1e9b555f621bac59f5f8d2c68016fd39c /embassy-time/src
parent60b2f075dcd561cdf3ff069c1cfc5d4177c1a133 (diff)
parent3341b53eb4b04173f658d88fad7cd81c38083e8e (diff)
Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4
Diffstat (limited to 'embassy-time/src')
-rw-r--r--embassy-time/src/queue_generic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/queue_generic.rs b/embassy-time/src/queue_generic.rs
index 4795eb2f3..77947ab29 100644
--- a/embassy-time/src/queue_generic.rs
+++ b/embassy-time/src/queue_generic.rs
@@ -16,7 +16,7 @@ const QUEUE_SIZE: usize = 16;
16#[cfg(feature = "generic-queue-32")] 16#[cfg(feature = "generic-queue-32")]
17const QUEUE_SIZE: usize = 32; 17const QUEUE_SIZE: usize = 32;
18#[cfg(feature = "generic-queue-64")] 18#[cfg(feature = "generic-queue-64")]
19const QUEUE_SIZE: usize = 32; 19const QUEUE_SIZE: usize = 64;
20#[cfg(feature = "generic-queue-128")] 20#[cfg(feature = "generic-queue-128")]
21const QUEUE_SIZE: usize = 128; 21const QUEUE_SIZE: usize = 128;
22#[cfg(not(any( 22#[cfg(not(any(