aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgoueslati <[email protected]>2023-05-04 09:36:00 +0100
committergoueslati <[email protected]>2023-05-04 09:36:00 +0100
commit3e728d5e73042a78cfb091d1723e6b0c4b5a414d (patch)
tree07aa4e9acd034c8367dc995e7bdad51b9141c992 /examples
parent0997021a0585271ef6677659764e7c2bed84faea (diff)
parent7750ea65ba7a6ac766247fda22a9acefd6879a6a (diff)
Merge branch 'tl_mbox' of https://github.com/OueslatiGhaith/embassy into tl_mbox
merge
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/src/bin/tl_mbox.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32wb/src/bin/tl_mbox.rs b/examples/stm32wb/src/bin/tl_mbox.rs
index ee090e6eb..6a9b9c936 100644
--- a/examples/stm32wb/src/bin/tl_mbox.rs
+++ b/examples/stm32wb/src/bin/tl_mbox.rs
@@ -39,6 +39,4 @@ async fn main(_spawner: Spawner) {
39 } 39 }
40 } 40 }
41 } 41 }
42
43 loop {}
44} 42}