]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/UARTConnect/connect_scan.h
Code cleanup
[kiibohd-controller.git] / Scan / UARTConnect / connect_scan.h
index 94e7738cc08f5047f6577cc21bd43013d4a4210b..9ba6da13f05bc62509d5e85d823e890bf289c440 100644 (file)
@@ -14,8 +14,7 @@
  * along with this file.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __CONNECT_SCAN_H
-#define __CONNECT_SCAN_H
+#pragma once
 
 // ----- Includes -----
 
@@ -117,6 +116,3 @@ typedef struct AnimationCommand {
 void Connect_setup( uint8_t master );
 void Connect_scan();
 
-
-#endif // __CONNECT_SCAN_H
-