Fix a 'invalid URL' rustdoc warning
This commit is contained in:
parent
9fbcff1f45
commit
fc6531296a
|
@ -8,8 +8,7 @@ use crate::{Register, Pin};
|
||||||
|
|
||||||
/// An SPI module.
|
/// An SPI module.
|
||||||
///
|
///
|
||||||
/// Information at
|
/// Information at [maxembedded.com](http://maxembedded.com/2013/11/the-spi-of-the-avr/).
|
||||||
/// http://maxembedded.com/2013/11/the-spi-of-the-avr/
|
|
||||||
pub trait HardwareSpi {
|
pub trait HardwareSpi {
|
||||||
type MasterInSlaveOut: Pin;
|
type MasterInSlaveOut: Pin;
|
||||||
type MasterOutSlaveIn: Pin;
|
type MasterOutSlaveIn: Pin;
|
||||||
|
|
Loading…
Reference in New Issue