aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf54l15/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nrf54l15/Cargo.toml')
-rw-r--r--examples/nrf54l15/Cargo.toml2
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"] }
16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
17cortex-m-rt = "0.7.0" 17cortex-m-rt = "0.7.0"
18 18
19embedded-storage = "0.3.1"
20
19[profile.release] 21[profile.release]
20debug = 2 22debug = 2