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 cffc535 commit bbf2d2eCopy full SHA for bbf2d2e
src/dma/cache.rs
@@ -1,3 +1,4 @@
1
+#[cfg(feature = "ptp")]
2
use crate::ptp::Timestamp;
3
4
use super::PacketId;
src/dma/rx/f_series_descriptor.rs
@@ -52,8 +52,6 @@ impl RxDescriptor {
52
desc: RawDescriptor::new(),
53
last: false,
54
cache: Cache::new(),
55
- #[cfg(not(feature = "ptp"))]
56
- _padding: [0u8; 4],
57
}
58
59
0 commit comments