diff options
author | Bob McWhirter <bmcwhirt@redhat.com> | 2021-06-29 12:48:58 -0400 |
---|---|---|
committer | Bob McWhirter <bmcwhirt@redhat.com> | 2021-06-29 12:48:58 -0400 |
commit | 6b78d56cebb79f53aecde1d4911779da35eeb864 (patch) | |
tree | f0845fc3a5e60e77d5343fb0ac2aee87a07da019 /embassy-stm32 | |
parent | 24f18819c879488e2a33f3c9ebbf24979b3e9612 (diff) | |
download | embassy-6b78d56cebb79f53aecde1d4911779da35eeb864.zip |
Formatting.
Diffstat (limited to 'embassy-stm32')
-rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 813c58cd..9ba7bbe4 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs @@ -22,8 +22,6 @@ pub mod rcc; // Sometimes-present hardware #[cfg(adc)] pub mod adc; -#[cfg(bdma)] -pub mod bdma; #[cfg(timer)] pub mod clock; #[cfg(dac)] |