Skip to content

Commit 1371292

Browse files
author
Simon Struck
committed
Fix doc warnings
1 parent bca6ceb commit 1371292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sdcard/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ impl embedded_hal::digital::OutputPin for DummyCsPin {
6767
/// actual CS pin. Then provide the actual CS pin to [`SdCard`]'s constructor.
6868
///
6969
/// All the APIs take `&self` - mutability is handled using an inner `RefCell`.
70+
///
71+
/// [`SpiDevice`]: embedded_hal::spi::SpiDevice
7072
pub struct SdCard<SPI, CS, DELAYER>
7173
where
7274
SPI: embedded_hal::spi::SpiDevice<u8>,

0 commit comments

Comments
 (0)