diff options
| author | xoviat <[email protected]> | 2025-12-18 07:00:59 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-18 07:00:59 -0600 |
| commit | d113772136548e2bb50cecf1749f73bef72a0fe9 (patch) | |
| tree | 9fa0e3bb56a967503a16d6dbfd5c7c383de75649 /examples/stm32wb/src/bin/mac_rfd.rs | |
| parent | 10630047153a8246573191d53d5ac571a3750117 (diff) | |
stm32: cleanup low-power features
Diffstat (limited to 'examples/stm32wb/src/bin/mac_rfd.rs')
| -rw-r--r-- | examples/stm32wb/src/bin/mac_rfd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/mac_rfd.rs b/examples/stm32wb/src/bin/mac_rfd.rs index dae3c5200..f3e65c66b 100644 --- a/examples/stm32wb/src/bin/mac_rfd.rs +++ b/examples/stm32wb/src/bin/mac_rfd.rs | |||
| @@ -25,7 +25,7 @@ async fn run_mm_queue(mut memory_manager: mm::MemoryManager<'static>) { | |||
| 25 | memory_manager.run_queue().await; | 25 | memory_manager.run_queue().await; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | #[embassy_executor::main] | 28 | #[embassy_executor::main(executor = "embassy_stm32::Executor", entry = "cortex_m_rt::entry")] |
| 29 | async fn main(spawner: Spawner) { | 29 | async fn main(spawner: Spawner) { |
| 30 | /* | 30 | /* |
| 31 | How to make this work: | 31 | How to make this work: |
