Cargo format

This commit is contained in:
Joël Schulz-Ansres 2024-05-02 13:50:07 +02:00
parent 9fe50a7639
commit f468d84a5b
2 changed files with 3 additions and 2 deletions

View File

@ -241,6 +241,7 @@ impl<'d, T: Instance> DsiHost<'d, T> {
});
}
/// Read DSI Register
pub fn read(
&mut self,
channel_id: u8,

View File

@ -68,8 +68,6 @@ pub mod dac;
pub mod dcmi;
#[cfg(dsihost)]
pub mod dsihost;
#[cfg(ltdc)]
pub mod ltdc;
#[cfg(eth)]
pub mod eth;
#[cfg(feature = "exti")]
@ -89,6 +87,8 @@ pub mod i2s;
pub mod ipcc;
#[cfg(feature = "low-power")]
pub mod low_power;
#[cfg(ltdc)]
pub mod ltdc;
#[cfg(opamp)]
pub mod opamp;
#[cfg(octospi)]