aboutsummaryrefslogtreecommitdiff
path: root/examples/lisa-m/usb_dfu
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lisa-m/usb_dfu')
-rw-r--r--examples/lisa-m/usb_dfu/dfu.h2
-rw-r--r--examples/lisa-m/usb_dfu/usbdfu.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/lisa-m/usb_dfu/dfu.h b/examples/lisa-m/usb_dfu/dfu.h
index e4e4b23..cca07cb 100644
--- a/examples/lisa-m/usb_dfu/dfu.h
+++ b/examples/lisa-m/usb_dfu/dfu.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
diff --git a/examples/lisa-m/usb_dfu/usbdfu.c b/examples/lisa-m/usb_dfu/usbdfu.c
index 9e72318..7f17ec8 100644
--- a/examples/lisa-m/usb_dfu/usbdfu.c
+++ b/examples/lisa-m/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
@@ -295,4 +295,3 @@ int main(void)
while (1)
usbd_poll();
}
-