aboutsummaryrefslogtreecommitdiff
path: root/examples/other/usb_hid/hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/other/usb_hid/hid.h')
-rw-r--r--examples/other/usb_hid/hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/other/usb_hid/hid.h b/examples/other/usb_hid/hid.h
index 4690103..6804cab 100644
--- a/examples/other/usb_hid/hid.h
+++ b/examples/other/usb_hid/hid.h
@@ -1,7 +1,7 @@
/*
* This file is part of the libopenstm32 project.
*
- * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
+ * Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
* 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
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
#ifndef __HID_H
#define __HID_H
@@ -35,4 +36,3 @@ struct usb_hid_descriptor {
} __attribute__((packed));
#endif
-