]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/ftfl.h
Code cleanup
[kiibohd-controller.git] / Bootloader / ftfl.h
index 033162c572304a2cca3cf7f18ba902b66f051457..9543d92844075e6160c9a0cc7483bbaf91d01038 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 __FTFL_H
-#define __FTFL_H
+#pragma once
 
 // ----- Local Includes -----
 
@@ -242,5 +241,3 @@ extern volatile struct FTFL_t FTFL;
 extern char FlexRAM[];
 extern struct FTFL_CONFIG_t FTFL_CONFIG;
 
-#endif
-