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/tl_mbox_mac.rs | |
| parent | 10630047153a8246573191d53d5ac571a3750117 (diff) | |
stm32: cleanup low-power features
Diffstat (limited to 'examples/stm32wb/src/bin/tl_mbox_mac.rs')
| -rw-r--r-- | examples/stm32wb/src/bin/tl_mbox_mac.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/tl_mbox_mac.rs b/examples/stm32wb/src/bin/tl_mbox_mac.rs index 235a48241..697e061c1 100644 --- a/examples/stm32wb/src/bin/tl_mbox_mac.rs +++ b/examples/stm32wb/src/bin/tl_mbox_mac.rs | |||
| @@ -20,7 +20,7 @@ async fn run_mm_queue(mut memory_manager: mm::MemoryManager<'static>) { | |||
| 20 | memory_manager.run_queue().await; | 20 | memory_manager.run_queue().await; |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | #[embassy_executor::main] | 23 | #[embassy_executor::main(executor = "embassy_stm32::Executor", entry = "cortex_m_rt::entry")] |
| 24 | async fn main(spawner: Spawner) { | 24 | async fn main(spawner: Spawner) { |
| 25 | /* | 25 | /* |
| 26 | How to make this work: | 26 | How to make this work: |
