aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/mac_ffd_net.rs
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-18 13:05:44 +0000
committerGitHub <[email protected]>2025-12-18 13:05:44 +0000
commitf85337064c724f8fdb855e847345908e4c7384e9 (patch)
treebf38a5adeecca83f9c9158c38d31643176f4ddc5 /examples/stm32wb/src/bin/mac_ffd_net.rs
parente2d9adc56481e97fa490c8c3cc05bdad0dbe22e4 (diff)
parent1c1c99c6bd5caa61f8bd9e52d0966e6166d53464 (diff)
Merge pull request #5098 from xoviat/low-power
make stm32wb examples use low-power-pender
Diffstat (limited to 'examples/stm32wb/src/bin/mac_ffd_net.rs')
-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 b4789e3ee..244b35243 100644
--- a/examples/stm32wb/src/bin/mac_ffd_net.rs
+++ b/examples/stm32wb/src/bin/mac_ffd_net.rs
@@ -41,7 +41,7 @@ async fn run_net(mut runner: embassy_net::Runner<'static, Driver<'static>>) -> !
41 runner.run().await 41 runner.run().await
42} 42}
43 43
44#[embassy_executor::main] 44#[embassy_executor::main(executor = "embassy_stm32::Executor", entry = "cortex_m_rt::entry")]
45async fn main(spawner: Spawner) { 45async fn main(spawner: Spawner) {
46 /* 46 /*
47 How to make this work: 47 How to make this work: