aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src/bin/gatt_server.rs
diff options
context:
space:
mode:
authorRomain Reignier <[email protected]>2024-06-20 14:06:44 +0200
committerRomain Reignier <[email protected]>2024-06-20 14:06:44 +0200
commitc65ee20cdd7ce20b6dd3a2792dc048dbe87131f6 (patch)
treeb033560af1e21ab60ef48887112a56a48ad461e4 /examples/stm32wb/src/bin/gatt_server.rs
parentb0172bb58217d625a13fed8122827b8d0b03c46a (diff)
examples: stm32wb: remove comment about memory.x file
File removed in commit https://github.com/embassy-rs/embassy/commit/c19967dcf24d5223de5fd9b390371dc24aeccc1d
Diffstat (limited to 'examples/stm32wb/src/bin/gatt_server.rs')
-rw-r--r--examples/stm32wb/src/bin/gatt_server.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32wb/src/bin/gatt_server.rs b/examples/stm32wb/src/bin/gatt_server.rs
index 3b50d6c31..1cc50e134 100644
--- a/examples/stm32wb/src/bin/gatt_server.rs
+++ b/examples/stm32wb/src/bin/gatt_server.rs
@@ -57,7 +57,6 @@ async fn main(_spawner: Spawner) {
57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade". 57 - Select that file, the memory address, "verify download", and then "Firmware Upgrade".
58 - Select "Start Wireless Stack". 58 - Select "Start Wireless Stack".
59 - Disconnect from the device. 59 - Disconnect from the device.
60 - In the examples folder for stm32wb, modify the memory.x file to match your target device.
61 - Run this example. 60 - Run this example.
62 61
63 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name. 62 Note: extended stack versions are not supported at this time. Do not attempt to install a stack with "extended" in the name.