fix typo, add spaces after //

This commit is contained in:
seth 2024-07-01 06:44:47 -07:00
parent 6926e9e071
commit 27652798c7

View file

@ -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);