diff Scan/STLcd/lcd_scan.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 9e31d92caf12
children 23a1868b4ac2
line wrap: on
line diff
--- a/Scan/STLcd/lcd_scan.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Scan/STLcd/lcd_scan.h	Sun Jun 14 13:56:56 2015 -0700
@@ -14,8 +14,7 @@
  * along with this file.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __LCD_SCAN_H
-#define __LCD_SCAN_H
+#pragma once
 
 // ----- Includes -----
 
@@ -29,6 +28,3 @@
 void LCD_setup();
 uint8_t LCD_scan();
 
-
-#endif // __LCD_SCAN_H
-