]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/sim.h
Code cleanup
[kiibohd-controller.git] / Bootloader / sim.h
index dcb4f0c77a82bf8b78e3935206a55e2604df9e5e..d6dbb5fc2b5955fc2a4e2d88b4168f75c6cce84e 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
- * Modifications by Jacob Alexander 2014 <haata@kiibohd.com>
+ * Modifications by Jacob Alexander 2014-2015 <haata@kiibohd.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __SIM_H
-#define __SIM_H
+#pragma once
 
 // ----- Local Includes -----
 
@@ -328,5 +327,3 @@ CTASSERT_SIZE_BYTE(struct SIM_t, 0x1064);
 
 extern volatile struct SIM_t SIM;
 
-#endif
-