]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/STLcd/lcd_scan.h
Code cleanup
[kiibohd-controller.git] / Scan / STLcd / lcd_scan.h
index 4a519b92a5d2e647aa9030608508c0e1baee2658..36884a257a763f8ef86867f36243de7db22a4947 100644 (file)
@@ -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
-