remove cortex-m delay

This commit is contained in:
nikvoid 2025-01-22 18:09:25 +02:00
parent 2d7e0b6e0f
commit 83ccbf48d7

View File

@ -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");