From edec50e6a918359190f8ca34b2148e3a3c637e40 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 16 Jan 2018 00:23:35 -0700 Subject: Format all files and add a clang-format file. --- system-clock/include/isr_vector.h | 1 - 1 file changed, 1 deletion(-) (limited to 'system-clock/include/isr_vector.h') 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. -- cgit