aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/wba
diff options
context:
space:
mode:
authorxoviat <[email protected]>2025-12-03 18:24:55 -0600
committerxoviat <[email protected]>2025-12-03 18:24:55 -0600
commit2e23e877148d5873ff4e995452325c97707fdfed (patch)
treed2b0ecde2ad486b7efb2bdbdc239ba144c4546d6 /embassy-stm32-wpan/src/wba
parent14644299141f16e449a92e27dca2d5d1ebfe0951 (diff)
stm32: add wpan dependency to wba examples
Diffstat (limited to 'embassy-stm32-wpan/src/wba')
-rw-r--r--embassy-stm32-wpan/src/wba/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/src/wba/mod.rs b/embassy-stm32-wpan/src/wba/mod.rs
new file mode 100644
index 000000000..9e75dbae9
--- /dev/null
+++ b/embassy-stm32-wpan/src/wba/mod.rs
@@ -0,0 +1,2 @@
1/// A test struct
2pub struct TestStruct;