Remove unused lifetime (result of rebase merge)
This commit is contained in:
parent
2e1aa239d2
commit
0785534c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ impl<ChipSelectError, ChipSelect: OutputPin<Error = ChipSelectError>> W5500<Chip
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Primary method for instantiating. Briefly activates the W5500, and sets it up with the specified configuration
|
/// Primary method for instantiating. Briefly activates the W5500, and sets it up with the specified configuration
|
||||||
pub fn with_initialisation<'c, Spi: FullDuplex<u8>>(
|
pub fn with_initialisation<Spi: FullDuplex<u8>>(
|
||||||
chip_select: ChipSelect,
|
chip_select: ChipSelect,
|
||||||
spi: &mut Spi,
|
spi: &mut Spi,
|
||||||
wol: OnWakeOnLan,
|
wol: OnWakeOnLan,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue