]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/ISSILed/led_scan.h
Code cleanup
[kiibohd-controller.git] / Scan / ISSILed / led_scan.h
index a948a97e6a4513048697bc895800e9856a7125ad..71d8e805fa87df13742b49314e2a4e92e4a1e8bf 100644 (file)
@@ -14,8 +14,7 @@
  * along with this file.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __LED_SCAN_H
-#define __LED_SCAN_H
+#pragma once
 
 // ----- Includes -----
 
@@ -29,6 +28,3 @@
 void LED_setup();
 uint8_t LED_scan();
 
-
-#endif // __LED_SCAN_H
-