Allow unused to fix build failure in u5
This commit is contained in:
parent
63688bf61f
commit
24e5013c00
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue