Skip to content

Commit

Permalink
cargo: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 17, 2024
1 parent b10dbd4 commit 7276eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardware/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub mod adc;
pub mod adc_internal;
pub mod dac;
pub mod delay;
pub mod dt670;
pub mod fan;
pub mod flash;
pub mod gpio;
Expand All @@ -17,7 +18,6 @@ pub mod platform;
pub mod pwm;
pub mod setup;
pub mod system_timer;
pub mod dt670;

// Number of TX descriptors in the ethernet descriptor ring.
const TX_DESRING_CNT: usize = 4;
Expand Down

0 comments on commit 7276eaa

Please sign in to comment.