Skip to content

Commit 34742da

Browse files
committed
Correct the documentation for the SCB::set_pendst function
1 parent 5e75716 commit 34742da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripheral/scb.rs

Lines changed: 1 addition & 1 deletion
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)