aboutsummaryrefslogtreecommitdiff
path: root/examples/other/usb_dfu/usbdfu.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/other/usb_dfu/usbdfu.c')
-rw-r--r--examples/other/usb_dfu/usbdfu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/other/usb_dfu/usbdfu.c b/examples/other/usb_dfu/usbdfu.c
index a6d8ce7..cb05531 100644
--- a/examples/other/usb_dfu/usbdfu.c
+++ b/examples/other/usb_dfu/usbdfu.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
@@ -271,4 +271,3 @@ int main(void)
while (1)
usbd_poll();
}
-