fix typo, add spaces after //
This commit is contained in:
parent
6926e9e071
commit
27652798c7
@ -298,7 +298,7 @@ impl<'d, T: Instance> RingBufferedAdc<'d, T> {
|
|||||||
w.set_eocs(vals::Eocs::EACHCONVERSION);
|
w.set_eocs(vals::Eocs::EACHCONVERSION);
|
||||||
});
|
});
|
||||||
|
|
||||||
//Being ADC conversions
|
// Begin ADC conversions
|
||||||
T::regs().cr2().modify(|reg| {
|
T::regs().cr2().modify(|reg| {
|
||||||
reg.set_adon(true);
|
reg.set_adon(true);
|
||||||
reg.set_swstart(true);
|
reg.set_swstart(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user