Skip to content

Commit b70c25a

Browse files
Merge #231
231: Correct the documentation for the `SCB::set_pendst` function r=jonas-schievink a=PTaylor-FluenTech Co-authored-by: Peter Taylor <[email protected]>
2 parents 5e75716 + 34742da commit b70c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripheral/scb.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ impl SCB {
877877
}
878878
}
879879

880-
/// Set the PENDSTCLR bit in the ICSR register which will clear a pending SysTick interrupt
880+
/// Set the PENDSTSET bit in the ICSR register which will pend a SysTick interrupt
881881
#[inline]
882882
pub fn set_pendst() {
883883
unsafe {

0 commit comments

Comments
 (0)