]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/usb-common.h
Code cleanup
[kiibohd-controller.git] / Bootloader / usb-common.h
index 0857017f7fc439cbb351fad7cd3f444a3b09d318..cd58c785ab497ffb3a7ee086069752da1e77cad1 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 _USB_COMMON_H
-#define _USB_COMMON_H
+#pragma once
 
 // ----- Enumerations -----
 
@@ -56,5 +55,3 @@ enum {
        EP0_BUFSIZE = 64
 };
 
-#endif
-