diff Lib/mk20dx.h @ 341:66eccdd9ced5

Code cleanup - Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 13:56:56 -0700
parents 772f9bea482b
children 06a54d582bf8
line wrap: on
line diff
--- a/Lib/mk20dx.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Lib/mk20dx.h	Sun Jun 14 13:56:56 2015 -0700
@@ -29,8 +29,7 @@
  * SOFTWARE.
  */
 
-#ifndef _mk20dx_h_
-#define _mk20dx_h_
+#pragma once
 
 // ----- Defines -----
 
@@ -2090,5 +2089,3 @@
 extern void porte_isr(void);
 extern void software_isr(void);
 
-#endif
-