Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 23, 2024
1 parent 2a1db7b commit 226edf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf-hal-common/src/monotonic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ macro_rules! impl_instance {
Self::reg().tasks_capture[IDX].write(|w| unsafe { w.bits(1 << 31) });

#[cfg(not(any(feature = "52832", feature = "51")))]
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());

}
}
Expand Down

0 comments on commit 226edf9

Please sign in to comment.