diff Bootloader/debug.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 2f415c0b4b28
children b6f4cfff9d1a
line wrap: on
line diff
--- a/Bootloader/debug.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Bootloader/debug.h	Sun Jun 14 13:56:56 2015 -0700
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef debug_h__
-#define debug_h__
+#pragma once
 
 // ----- Includes -----
 
@@ -64,5 +63,3 @@
 #define printHex_op(in,op)
 #endif
 
-#endif
-