fix typo, add spaces after //
This commit is contained in:
parent
6926e9e071
commit
27652798c7
1 changed files with 5 additions and 5 deletions
|
@ -298,7 +298,7 @@ impl<'d, T: Instance> RingBufferedAdc<'d, T> {
|
|||
w.set_eocs(vals::Eocs::EACHCONVERSION);
|
||||
});
|
||||
|
||||
//Being ADC conversions
|
||||
// Begin ADC conversions
|
||||
T::regs().cr2().modify(|reg| {
|
||||
reg.set_adon(true);
|
||||
reg.set_swstart(true);
|
||||
|
|
Loading…
Reference in a new issue