Replace futures::future::poll_fn -> core::future::poll_fn.
This commit is contained in:
		| @@ -1,11 +1,11 @@ | ||||
| #![macro_use] | ||||
|  | ||||
| use core::future::poll_fn; | ||||
| use core::ptr; | ||||
| use core::task::Poll; | ||||
|  | ||||
| use embassy_hal_common::drop::DropBomb; | ||||
| use embassy_hal_common::{into_ref, PeripheralRef}; | ||||
| use futures::future::poll_fn; | ||||
|  | ||||
| use crate::gpio::{self, Pin as GpioPin}; | ||||
| use crate::interrupt::{Interrupt, InterruptExt}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user