Skip to content

Commit 33f0318

Browse files
PTaylor-usadamgreig
authored andcommitted
Correct the documentation for the SCB::set_pendst function
1 parent f58e5e1 commit 33f0318

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
@@ -706,7 +706,7 @@ impl SCB {
706706
}
707707
}
708708

709-
/// Set the PENDSTCLR bit in the ICSR register which will clear a pending SysTick interrupt
709+
/// Set the PENDSTSET bit in the ICSR register which will pend a SysTick interrupt
710710
#[inline]
711711
pub fn set_pendst() {
712712
unsafe {

0 commit comments

Comments
 (0)