aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/eddystone_beacon.rs
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-18 07:00:59 -0600
committerxoviat <[email protected]>2025-12-18 07:00:59 -0600
commitd113772136548e2bb50cecf1749f73bef72a0fe9 (patch)
tree9fa0e3bb56a967503a16d6dbfd5c7c383de75649 /examples/stm32wb/src/bin/eddystone_beacon.rs
parent10630047153a8246573191d53d5ac571a3750117 (diff)
stm32: cleanup low-power features
Diffstat (limited to 'examples/stm32wb/src/bin/eddystone_beacon.rs')
-rw-r--r--examples/stm32wb/src/bin/eddystone_beacon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/eddystone_beacon.rs b/examples/stm32wb/src/bin/eddystone_beacon.rs
index 413b1ac8f..a679e6fb1 100644
--- a/examples/stm32wb/src/bin/eddystone_beacon.rs
+++ b/examples/stm32wb/src/bin/eddystone_beacon.rs
@@ -26,7 +26,7 @@ bind_interrupts!(struct Irqs{
26 26
27const BLE_GAP_DEVICE_NAME_LENGTH: u8 = 7; 27const BLE_GAP_DEVICE_NAME_LENGTH: u8 = 7;
28 28
29#[embassy_executor::main] 29#[embassy_executor::main(executor = "embassy_stm32::Executor", entry = "cortex_m_rt::entry")]
30async fn main(_spawner: Spawner) { 30async fn main(_spawner: Spawner) {
31 /* 31 /*
32 How to make this work: 32 How to make this work: