summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-05 03:02:11 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-05 03:03:01 +0200
commitb0726e18bfbe1c688c2b8d441c9612a2c6b78ba8 (patch)
tree89bc3c68fa52955304609d02627af93f5690c88b /Cargo.toml
parent2f4dbd1d5ac8061548a9d37342f9ae98cc7b5f4f (diff)
downloadnrf-softdevice-b0726e18bfbe1c688c2b8d441c9612a2c6b78ba8.zip
Move examples/flash to example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 128f2f1..cc1f6f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ members = [
"async-flash",
- "examples/flash",
+ "example",
]
[patch.crates-io]