diff Output/pjrcUSB/output_com.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 cc09f7e858bf
children 136e47478441
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Output/pjrcUSB/output_com.h	Sun Jun 14 13:56:56 2015 -0700
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __output_com_h
-#define __output_com_h
+#pragma once
 
 // ----- Includes -----
 
@@ -116,5 +115,3 @@
 int Output_putchar( char c );
 int Output_putstr( char* str );
 
-#endif
-