We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1db7b commit 226edf9Copy full SHA for 226edf9
1 file changed
nrf-hal-common/src/monotonic.rs
@@ -348,7 +348,7 @@ macro_rules! impl_instance {
348
Self::reg().tasks_capture[IDX].write(|w| unsafe { w.bits(1 << 31) });
349
350
#[cfg(not(any(feature = "52832", feature = "51")))]
351
- Self::reg().reg.tasks_capture[IDX].write(|w| w.tasks_capture().set_bit());
+ Self::reg().tasks_capture[IDX].write(|w| w.tasks_capture().set_bit());
352
353
}
354
0 commit comments