aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/src/bin/mac_ffd_net.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/mac_ffd_net.rs b/examples/stm32wb/src/bin/mac_ffd_net.rs
index b1cf051bf..6072f418c 100644
--- a/examples/stm32wb/src/bin/mac_ffd_net.rs
+++ b/examples/stm32wb/src/bin/mac_ffd_net.rs
@@ -25,7 +25,7 @@ async fn run_mm_queue(memory_manager: mm::MemoryManager) {
25} 25}
26 26
27#[embassy_executor::task] 27#[embassy_executor::task]
28async fn run_mac(runner: &'static Runner) { 28async fn run_mac(runner: &'static Runner<'static>) {
29 runner.run().await; 29 runner.run().await;
30} 30}
31 31