Remove cargo namespaced-features

This commit is contained in:
Dario Nieuwenhuis
2021-03-02 21:14:58 +01:00
parent 7991b05e4c
commit d4f2c6cf00
9 changed files with 12 additions and 19 deletions

View File

@ -4,8 +4,8 @@ use core::ops::Deref;
use core::pin::Pin;
use core::ptr;
use core::task::{Context, Poll};
use embassy::traits::gpio::{WaitForHigh, WaitForLow};
use embassy::interrupt::InterruptExt;
use embassy::traits::gpio::{WaitForHigh, WaitForLow};
use embassy::util::Signal;
use crate::hal::gpio::{Input, Level, Output, Pin as GpioPin, Port};