diff options
| author | Mehmet Ali Anil <[email protected]> | 2023-03-07 23:17:28 +0100 |
|---|---|---|
| committer | Mehmet Ali Anil <[email protected]> | 2023-03-07 23:21:19 +0100 |
| commit | 6bf8d090a19cba3b2458c9156e1007f6776d79d9 (patch) | |
| tree | 4d82d0fa4b858c39220db571020e20e08dd0c03e /embassy-boot | |
| parent | 935633c90b817b15c6c2cf180e107992ad5dd9a6 (diff) | |
| parent | b0e26440ee4eea7350ef642457b8b75b7401a36e (diff) | |
Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy into emb-storage-async-0p4
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/boot/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs index 4dd1ebe06..00cf2dfc6 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -1423,7 +1423,7 @@ mod tests { | |||
| 1423 | } | 1423 | } |
| 1424 | 1424 | ||
| 1425 | #[test] | 1425 | #[test] |
| 1426 | #[cfg(feature="_verify")] | 1426 | #[cfg(feature = "_verify")] |
| 1427 | fn test_verify() { | 1427 | fn test_verify() { |
| 1428 | // The following key setup is based on: | 1428 | // The following key setup is based on: |
| 1429 | // https://docs.rs/ed25519-dalek/latest/ed25519_dalek/#example | 1429 | // https://docs.rs/ed25519-dalek/latest/ed25519_dalek/#example |
