Skip to content

Commit a0960eb

Browse files
committed
Fix doc comment indent
1 parent 93d0cc0 commit a0960eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hal/src/peripherals/qspi.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,11 @@ impl QspiBuilder {
176176
///
177177
/// * Key - 32 bit key to use for the scramble
178178
/// * Random - Enable if the hardware based extra key should be
179-
/// applied - This means that a QSPI chip will appear scrambled,
180-
/// even to another processor. Disabling the random mode ensures
181-
/// that whilst the QSPI chip itself is scrambled, it is only using
182-
/// the user provided key - Thus allowing other processors with the
183-
/// same key to read the QSPI chip
179+
/// applied - This means that a QSPI chip will appear scrambled,
180+
/// even to another processor. Disabling the random mode ensures
181+
/// that whilst the QSPI chip itself is scrambled, it is only using
182+
/// the user provided key - Thus allowing other processors with the
183+
/// same key to read the QSPI chip
184184
pub fn with_scramble(mut self, key: u32, random: bool) -> Self {
185185
self.scramble_mode = Some((key, random));
186186
self

0 commit comments

Comments
 (0)