Formatting.

This commit is contained in:
Bob McWhirter 2021-06-29 12:48:58 -04:00
parent 24f18819c8
commit 6b78d56ceb

View File

@ -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)]