aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorQuentin Smith <[email protected]>2022-08-19 00:54:53 -0400
committerQuentin Smith <[email protected]>2022-08-19 00:54:53 -0400
commit5ce18f49158e23a2a3c775343126d9670f212fc5 (patch)
tree05c2150ab9a51f5e4fab0cf224e1727bc195fc9a /examples
parent71e468681b1c074e06276d34ff00e36169c632f5 (diff)
Fix package name for the new nrf-rtos-trace example
Diffstat (limited to 'examples')
-rw-r--r--examples/nrf-rtos-trace/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf-rtos-trace/Cargo.toml b/examples/nrf-rtos-trace/Cargo.toml
index dad74235f..bdf49f574 100644
--- a/examples/nrf-rtos-trace/Cargo.toml
+++ b/examples/nrf-rtos-trace/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-nrf-examples" 3name = "embassy-nrf-rtos-trace-examples"
4version = "0.1.0" 4version = "0.1.0"
5 5
6[features] 6[features]