aboutsummaryrefslogtreecommitdiff
path: root/examples/other/usb_hid/usbhid.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/other/usb_hid/usbhid.c')
-rw-r--r--examples/other/usb_hid/usbhid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/other/usb_hid/usbhid.c b/examples/other/usb_hid/usbhid.c
index 6226f32..fe3313c 100644
--- a/examples/other/usb_hid/usbhid.c
+++ b/examples/other/usb_hid/usbhid.c
@@ -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
@@ -273,4 +273,3 @@ void sys_tick_handler(void)
usbd_ep_write_packet(0x81, buf, 4);
}
-