aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/usb/vbus_detect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src/usb/vbus_detect.rs')
-rw-r--r--embassy-nrf/src/usb/vbus_detect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/usb/vbus_detect.rs b/embassy-nrf/src/usb/vbus_detect.rs
index 33cf91ee2..f24a7bff5 100644
--- a/embassy-nrf/src/usb/vbus_detect.rs
+++ b/embassy-nrf/src/usb/vbus_detect.rs
@@ -1,6 +1,6 @@
1//! Trait and implementations for performing VBUS detection. 1//! Trait and implementations for performing VBUS detection.
2 2
3use core::future::{poll_fn, Future}; 3use core::future::{Future, poll_fn};
4use core::sync::atomic::{AtomicBool, Ordering}; 4use core::sync::atomic::{AtomicBool, Ordering};
5use core::task::Poll; 5use core::task::Poll;
6 6