Allow unused to fix build failure in u5

This commit is contained in:
Dario Nieuwenhuis 2021-11-17 21:43:05 +01:00
parent 63688bf61f
commit 24e5013c00

View file

@ -130,6 +130,7 @@ crate::pac::peripheral_pins!(
}; };
); );
#[allow(unused)]
macro_rules! impl_dma { macro_rules! impl_dma {
($inst:ident, {dmamux: $dmamux:ident}, $signal:ident, $request:expr) => { ($inst:ident, {dmamux: $dmamux:ident}, $signal:ident, $request:expr) => {
impl<T> sealed::$signal<peripherals::$inst> for T impl<T> sealed::$signal<peripherals::$inst> for T