We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693dc86 commit afa8ad8Copy full SHA for afa8ad8
decoder/decoder/src/decoder_context.rs
@@ -308,7 +308,7 @@ impl DecoderContext {
308
/// Initialize decoder state and setup all necessary peripherals.
309
pub fn new() -> Self {
310
let Peripherals {
311
- mut trng, mut mpu, ..
+ mut mpu, ..
312
} = Peripherals::take().expect("could not initialize peripherals");
313
314
// lock all flash pages not used for storing subscription data
0 commit comments