Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Oct 31, 2024
1 parent 303e831 commit 5ed80fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/io/src/adc.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// ADC trait used to abstract the ADC peripheral
pub trait HypedAdc {
fn read_value(&mut self) -> u16;
}
}
1 change: 0 additions & 1 deletion lib/io/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ pub mod adc;
pub mod gpio;
pub mod i2c;
pub mod spi;

0 comments on commit 5ed80fb

Please sign in to comment.