diff options
| author | xoviat <[email protected]> | 2023-07-18 18:28:12 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-07-18 18:28:12 -0500 |
| commit | 890d113b855dc11be75a9716401c7703f4ce48e1 (patch) | |
| tree | 1906fc00f0ffea07f0f9a0b4c47810916c8a7c7e /examples | |
| parent | d040871f7a078db94846305463c30a461f821d7f (diff) | |
wpan: fully implement initial draft concept
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wb/src/bin/mac_ffd_net.rs | 2 |
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] |
| 28 | async fn run_mac(runner: &'static Runner) { | 28 | async fn run_mac(runner: &'static Runner<'static>) { |
| 29 | runner.run().await; | 29 | runner.run().await; |
| 30 | } | 30 | } |
| 31 | 31 | ||
