aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorMichael van Niekerk <[email protected]>2023-07-28 11:38:45 +0200
committerGitHub <[email protected]>2023-07-28 11:38:45 +0200
commit1d4e1092c455956b6a90756cf385f9ae75d89fc6 (patch)
tree411abdaaae979320b76a2940b64ee435e1249a22 /examples/rp
parent0f1ff77fcc3c085f9969bac4963d784c022e6044 (diff)
parent44c8db2911f0f9d82e6517e31944777454c4e459 (diff)
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 2a018ad04..9b6468f9c 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -54,7 +54,4 @@ pio = "0.2.1"
54rand = { version = "0.8.5", default-features = false } 54rand = { version = "0.8.5", default-features = false }
55 55
56[profile.release] 56[profile.release]
57debug = true 57debug = 2
58
59[patch.crates-io]
60lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" }