Skip to content

Commit aa7b66a

Browse files
committed
RP235x: Formatting
1 parent b41c5a7 commit aa7b66a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rp235x-hal/src/rosc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl RingOscillator<Disabled> {
7474
}
7575

7676
/// Initializes the ROSC with a known frequency.
77-
///
77+
///
7878
/// See Sections 8.3.4 "Modifying the frequency", and 8.3.8 "Using the
7979
/// frequency counter" in the [RP2350 datasheet](https://rptl.io/rp2350-datasheet)
8080
/// for guidance on how to do this before initialising the ROSC. Also see

rp235x-hal/src/spi.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ impl From<&spi::Mode> for FrameFormat {
7474
#[derive(Clone, Copy, PartialEq, Eq)]
7575
pub enum FrameFormat {
7676
/// Motorola SPI format.
77-
///
77+
///
7878
/// See [Section 12.3.4.9](https://rptl.io/rp2350-datasheet) of the RP2350
7979
/// datasheet.
8080
MotorolaSpi(spi::Mode),
8181
/// Texas Instruments synchronous serial frame format.
82-
///
82+
///
8383
/// See [Section 12.3.4.8](https://rptl.io/rp2350-datasheet) of the RP2350
8484
/// datasheet.
8585
TexasInstrumentsSynchronousSerial,
8686
/// National Semiconductor Microwire frame format.
87-
///
87+
///
8888
/// See [Section 12.3.4.14](https://rptl.io/rp2350-datasheet) of the RP2350
8989
/// datasheet.
9090
NationalSemiconductorMicrowire,

0 commit comments

Comments
 (0)