mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-28 12:51:04 +00:00
clippy
This commit is contained in:
parent
88dafd8ffc
commit
64ca2a7c1d
@ -189,7 +189,7 @@ impl embedded_hal_0_2::blocking::delay::DelayUs<u16> for FreeRtos {
|
||||
}
|
||||
|
||||
impl embedded_hal_0_2::blocking::delay::DelayUs<u8> for FreeRtos {
|
||||
fn delay_us(&mut self, us: u8) {
|
||||
fn delay_us(&mut self, _us: u8) {
|
||||
FreeRtos::delay_ms(0);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user