diff options
| author | Quentin Smith <[email protected]> | 2022-08-19 00:54:53 -0400 |
|---|---|---|
| committer | Quentin Smith <[email protected]> | 2022-08-19 00:54:53 -0400 |
| commit | 5ce18f49158e23a2a3c775343126d9670f212fc5 (patch) | |
| tree | 05c2150ab9a51f5e4fab0cf224e1727bc195fc9a /examples | |
| parent | 71e468681b1c074e06276d34ff00e36169c632f5 (diff) | |
Fix package name for the new nrf-rtos-trace example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf-rtos-trace/Cargo.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-nrf-examples" | 3 | name = "embassy-nrf-rtos-trace-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | 5 | ||
| 6 | [features] | 6 | [features] |
