diff options
Diffstat (limited to 'examples/nrf54l15/Cargo.toml')
| -rw-r--r-- | examples/nrf54l15/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/nrf54l15/Cargo.toml b/examples/nrf54l15/Cargo.toml index faa3a4abe..5f1ee50a0 100644 --- a/examples/nrf54l15/Cargo.toml +++ b/examples/nrf54l15/Cargo.toml | |||
| @@ -16,5 +16,7 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] } | |||
| 16 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 16 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 17 | cortex-m-rt = "0.7.0" | 17 | cortex-m-rt = "0.7.0" |
| 18 | 18 | ||
| 19 | embedded-storage = "0.3.1" | ||
| 20 | |||
| 19 | [profile.release] | 21 | [profile.release] |
| 20 | debug = 2 | 22 | debug = 2 |
