diff options
| author | Bob McWhirter <[email protected]> | 2021-06-30 14:58:28 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-07-01 11:30:54 -0400 |
| commit | 54ada5bae113dbff1f5b76fac2676734f6ddd8eb (patch) | |
| tree | 1f0c4b4fd2bece3bae0697169d61e5e59406369f /embassy-stm32/src/lib.rs | |
| parent | bf3bc925251bdd55cf853e3380cc012c7257eab8 (diff) | |
Stub in the DMA bits that aren't yet there.
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 9ba7bbe4c..76a6ecd88 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -26,7 +26,7 @@ pub mod adc; | |||
| 26 | pub mod clock; | 26 | pub mod clock; |
| 27 | #[cfg(dac)] | 27 | #[cfg(dac)] |
| 28 | pub mod dac; | 28 | pub mod dac; |
| 29 | #[cfg(dma)] | 29 | #[cfg(any(dma, dmamux))] |
| 30 | pub mod dma; | 30 | pub mod dma; |
| 31 | #[cfg(all(eth, feature = "net"))] | 31 | #[cfg(all(eth, feature = "net"))] |
| 32 | pub mod eth; | 32 | pub mod eth; |
