mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
remove cortex-m delay
This commit is contained in:
parent
2d7e0b6e0f
commit
83ccbf48d7
@ -76,7 +76,6 @@ unsafe impl PHY for GenericSMI {
|
||||
return;
|
||||
}
|
||||
embedded_hal_1::delay::DelayNs::delay_us(&mut Delay, 1000);
|
||||
cortex_m::asm::delay(1000000);
|
||||
}
|
||||
}
|
||||
panic!("PHY did not respond");
|
||||
|
Loading…
x
Reference in New Issue
Block a user