We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97955c commit a2e7b9bCopy full SHA for a2e7b9b
src/hall.rs
@@ -18,7 +18,5 @@ unsafe impl Send for HallSensor {}
18
impl embedded_hal_0_2::adc::Channel<adc::ADC1> for HallSensor {
19
type ID = ();
20
21
- fn channel() -> Self::ID {
22
- ()
23
- }
+ fn channel() -> Self::ID {}
24
}
0 commit comments