Skip to content

Commit 226edf9

Browse files
committed
Fix build.
1 parent 2a1db7b commit 226edf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nrf-hal-common/src/monotonic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ macro_rules! impl_instance {
348348
Self::reg().tasks_capture[IDX].write(|w| unsafe { w.bits(1 << 31) });
349349

350350
#[cfg(not(any(feature = "52832", feature = "51")))]
351-
Self::reg().reg.tasks_capture[IDX].write(|w| w.tasks_capture().set_bit());
351+
Self::reg().tasks_capture[IDX].write(|w| w.tasks_capture().set_bit());
352352

353353
}
354354
}

0 commit comments

Comments
 (0)