]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Output/pjrcUSB/arm/usb_mem.h
Code cleanup
[kiibohd-controller.git] / Output / pjrcUSB / arm / usb_mem.h
index 9beb63e74054cf58518b532334a94b75f95246d4..f4b43e5ce2f01ab63fdd986e5dd7e3a3265cb120 100644 (file)
@@ -1,7 +1,7 @@
 /* Teensyduino Core Library
  * http://www.pjrc.com/teensy/
  * Copyright (c) 2013 PJRC.COM, LLC.
- * Modifications by Jacob Alexander (2013-2014)
+ * Modifications by Jacob Alexander (2013-2015)
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
@@ -29,8 +29,7 @@
  * SOFTWARE.
  */
 
-#ifndef _usb_mem_h_
-#define _usb_mem_h_
+#pragma once
 
 // ----- Includes -----
 
@@ -55,7 +54,3 @@ typedef struct usb_packet_struct {
 usb_packet_t *usb_malloc();
 void usb_free( usb_packet_t *p );
 
-
-
-#endif
-