aboutsummaryrefslogtreecommitdiff
path: root/system-clock/include/isr_vector.h
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2018-01-16 00:23:35 -0700
committerJosh Rahm <joshuarahm@gmail.com>2018-01-16 00:23:35 -0700
commitedec50e6a918359190f8ca34b2148e3a3c637e40 (patch)
tree39641126769cbf8bfc29bdca503ab23a3801e206 /system-clock/include/isr_vector.h
parentb679becb9d09b6e74bf1412e98132504f8467c2b (diff)
downloadstm32l4-edec50e6a918359190f8ca34b2148e3a3c637e40.tar.gz
stm32l4-edec50e6a918359190f8ca34b2148e3a3c637e40.tar.bz2
stm32l4-edec50e6a918359190f8ca34b2148e3a3c637e40.zip
Format all files and add a clang-format file.
Diffstat (limited to 'system-clock/include/isr_vector.h')
-rw-r--r--system-clock/include/isr_vector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/system-clock/include/isr_vector.h b/system-clock/include/isr_vector.h
index eee1a51..3e55f52 100644
--- a/system-clock/include/isr_vector.h
+++ b/system-clock/include/isr_vector.h
@@ -11,7 +11,6 @@
*/
extern const void* isr_vector[];
-
/*
* Defines an error state. This loops forever and defines a distinct flashing
* pattern to let the user know an unhandled ISR happened.