aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth/v2/descriptors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32/src/eth/v2/descriptors.rs')
-rw-r--r--embassy-stm32/src/eth/v2/descriptors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/eth/v2/descriptors.rs b/embassy-stm32/src/eth/v2/descriptors.rs
index 645bfdb14..e335ed8f3 100644
--- a/embassy-stm32/src/eth/v2/descriptors.rs
+++ b/embassy-stm32/src/eth/v2/descriptors.rs
@@ -1,4 +1,4 @@
1use core::sync::atomic::{fence, Ordering}; 1use core::sync::atomic::{Ordering, fence};
2 2
3use vcell::VolatileCell; 3use vcell::VolatileCell;
4 4