]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/mchck.h
Code cleanup
[kiibohd-controller.git] / Bootloader / mchck.h
index 13bc3922409b9d7acf2097d6d37ea1bc169d01a7..de155baa0dde04164089e46aa589a95cc0e9ad86 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
- * Modifications by Jacob Alexander 2014=2015 <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 __MCHCK_H
-#define __MCHCK_H
+#pragma once
 
 // ----- Compiler Includes -----
 
@@ -45,5 +44,3 @@ extern uint32_t _sidata, _sdata, _edata, _sbss, _ebss, _app_rom, _app_rom_end, _
 #include "flash.h"
 #include "usb.h"
 
-#endif
-