diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2018-01-16 00:23:35 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2018-01-16 00:23:35 -0700 |
commit | edec50e6a918359190f8ca34b2148e3a3c637e40 (patch) | |
tree | 39641126769cbf8bfc29bdca503ab23a3801e206 /system-clock/include/isr_vector.h | |
parent | b679becb9d09b6e74bf1412e98132504f8467c2b (diff) | |
download | stm32l4-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.h | 1 |
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. |