mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 06:40:32 +00:00
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);
|
||||
});
|
||||
|
||||
//Being ADC conversions
|
||||
// Begin ADC conversions
|
||||
T::regs().cr2().modify(|reg| {
|
||||
reg.set_adon(true);
|
||||
reg.set_swstart(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user