File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,11 @@ Interface(
207207 "hash_significant_bits": (
208208 doc: "async sha256 of the entire flash chip with sector zero replaced by `0xff`",
209209 args: {
210- "dev": (
210+ "dev": (
211211 type: "HfDevSelect",
212212 recv: FromPrimitive("u8"),
213213 ),
214-
215- },
214+ },
216215 reply: Result(
217216 ok: "()",
218217 err: CLike("HfError"),
@@ -221,11 +220,11 @@ Interface(
221220 "get_cached_hash": (
222221 doc: "sha256 of the entire flash chip with sector zero replaced by `0xff`",
223222 args: {
224- "dev": (
223+ "dev": (
225224 type: "HfDevSelect",
226225 recv: FromPrimitive("u8"),
227226 ),
228- },
227+ },
229228 reply: Result(
230229 ok: "[u8; drv_hash_api::SHA256_SZ]",
231230 err: CLike("HfError"),
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ Interface(
380380 reply: Result(
381381 ok: "LifecycleState",
382382 err: Complex("StateOrSprotError"),
383- ),
383+ ),
384384 encoding: Hubpack,
385385 idempotent: true,
386386 ),
You can’t perform that action at this time.
0 commit comments