We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849e484 commit ad146a0Copy full SHA for ad146a0
src/hrtim/mod.rs
@@ -362,19 +362,19 @@ macro_rules! hrtim_finalize_body {
362
$tim.$timXcr().modify(|_r, w| w
363
.tx_rstu().set_bit()
364
.preen().set_bit()
365
- )
+ );
366
},
367
Some(PreloadSource::OnMasterTimerUpdate) => {
368
369
.mstu().set_bit()
370
371
372
}
373
Some(PreloadSource::OnRepetitionUpdate) => {
374
375
.tx_repu().set_bit()
376
377
378
379
None => ()
380
@@ -386,7 +386,7 @@ macro_rules! hrtim_finalize_body {
386
387
.mrepu().set_bit()
388
389
390
391
392
0 commit comments