]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MD2/scan_loop.h
Code cleanup
[kiibohd-controller.git] / Scan / MD2 / scan_loop.h
index a61b4a1ce025974f9fc47eb0a0fce67adbb75705..17a06fccb86a4773f9fa092b5ee27971979011ac 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 by Jacob Alexander
+/* Copyright (C) 2014-2015 by Jacob Alexander
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __SCAN_LOOP_H
-#define __SCAN_LOOP_H
+#pragma once
 
 // ----- Includes -----
 
@@ -39,6 +38,3 @@ uint8_t Scan_loop( void );
 void Scan_finishedWithMacro( uint8_t sentKeys );  // Called by Macro Module
 void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
 
-
-#endif // __SCAN_LOOP_H
-