diff Bootloader/ftfl.h @ 341:66eccdd9ced5

Code cleanup - Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 13:56:56 -0700
parents ab4515606277
children
line wrap: on
line diff
--- a/Bootloader/ftfl.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Bootloader/ftfl.h	Sun Jun 14 13:56:56 2015 -0700
@@ -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 char FlexRAM[];
 extern struct FTFL_CONFIG_t FTFL_CONFIG;
 
-#endif
-