Skip to content

Commit afa8ad8

Browse files
committed
merge again
1 parent 693dc86 commit afa8ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder/decoder/src/decoder_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ impl DecoderContext {
308308
/// Initialize decoder state and setup all necessary peripherals.
309309
pub fn new() -> Self {
310310
let Peripherals {
311-
mut trng, mut mpu, ..
311+
mut mpu, ..
312312
} = Peripherals::take().expect("could not initialize peripherals");
313313

314314
// lock all flash pages not used for storing subscription data

0 commit comments

Comments
 (0)