aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2021-04-01 15:34:19 -0500
committerGitHub <[email protected]>2021-04-01 15:34:19 -0500
commit1610797a14ab8a61eab4acae5046efb388741785 (patch)
treed48007b7ec1d83687f631ea816316c45b0f4b1ab
parent82c50d8d32fc1d4c77823c7cbb7c512e326a1036 (diff)
cargo: add examples back
-rw-r--r--Cargo.example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index 0eae8748f..39685b1a2 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -29,6 +29,7 @@ members = [
29 29
30 # stm32 30 # stm32
31 #"embassy-stm32", 31 #"embassy-stm32",
32 #"embassy-stm32-examples",
32 33
33 # rp2040 34 # rp2040
34 #"embassy-rp", 35 #"embassy-rp",