aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar qwerty19106 <qwerty19106@gmail.com> 2018-10-01 12:10:12 +0400
committerGravatar qwerty19106 <qwerty19106@gmail.com> 2018-10-01 12:10:12 +0400
commitfac7e856f75e5ceff87d2e1107ffd683117f6e15 (patch)
tree50e389c8966f2b929f4639d23303c0d4f33c2a71 /src
parentd9ad9d48bbfc494f18b0f51c0249af2178fe91df (diff)
downloadcortex-m-fac7e856f75e5ceff87d2e1107ffd683117f6e15.tar.gz
cortex-m-fac7e856f75e5ceff87d2e1107ffd683117f6e15.tar.zst
cortex-m-fac7e856f75e5ceff87d2e1107ffd683117f6e15.zip
Remove blank line
Diffstat (limited to 'src')
-rw-r--r--src/peripheral/scb.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peripheral/scb.rs b/src/peripheral/scb.rs
index 8e2e7af..14eaa69 100644
--- a/src/peripheral/scb.rs
+++ b/src/peripheral/scb.rs
@@ -660,7 +660,6 @@ impl SCB {
}
}
-
/// Set the PENDSTCLR bit in the ICSR register which will clear a pending SysTick interrupt
#[inline]
pub fn clear_pendst() {