stm32/dma: fix interrupt codegen for new stm32-data

This commit is contained in:
Dario Nieuwenhuis
2022-02-05 03:03:32 +01:00
parent f8507b5e78
commit fbaa7e59d5
4 changed files with 68 additions and 31 deletions

View File

@ -1,7 +1,7 @@
#[cfg(bdma)]
mod bdma;
pub(crate) mod bdma;
#[cfg(dma)]
mod dma;
pub(crate) mod dma;
#[cfg(dmamux)]
mod dmamux;