We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0e24d commit 51881dfCopy full SHA for 51881df
src/mac/mod.rs
@@ -228,7 +228,7 @@ impl EthernetMAC {
228
parts.enable_promicious_mode();
229
parts.disable_mmc_interrupts();
230
231
- #[cfg(feature = "stm32h7xx-hal")]
+ #[cfg(all(feature = "stm32h7xx-hal", feature = "ptp"))]
232
// On H7 parts, the target timestamp interrupt
233
// is not broken, so we can enable it unconditionally.
234
{
0 commit comments