Skip to content

Commit

Permalink
fixed gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchiavegato1 committed Feb 6, 2024
1 parent a56ee44 commit f30b584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/recovery/src/health.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Health related code
//! Would've liked to have this live in common-arm-atsame but the pins and adc are not standardised
//! for all boards which poses the problem of giving an adc to a wrong pin in a generic way.
//pins
//Pins
use atsamd_hal::gpio::{
Alternate, Pin, B, PB00, PB01, PB02, PB03, PB05, PB08, PB09,
};
Expand Down

0 comments on commit f30b584

Please sign in to comment.