mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Cargo format
This commit is contained in:
parent
9fe50a7639
commit
f468d84a5b
@ -241,6 +241,7 @@ impl<'d, T: Instance> DsiHost<'d, T> {
|
||||
});
|
||||
}
|
||||
|
||||
/// Read DSI Register
|
||||
pub fn read(
|
||||
&mut self,
|
||||
channel_id: u8,
|
||||
|
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user