Fix a 'invalid URL' rustdoc warning

This commit is contained in:
Dylan McKay 2021-01-29 19:46:14 +13:00
parent 9fbcff1f45
commit fc6531296a
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ use crate::{Register, Pin};
/// An SPI module.
///
/// Information at
/// http://maxembedded.com/2013/11/the-spi-of-the-avr/
/// Information at [maxembedded.com](http://maxembedded.com/2013/11/the-spi-of-the-avr/).
pub trait HardwareSpi {
type MasterInSlaveOut: Pin;
type MasterOutSlaveIn: Pin;