aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32-h103/usb_iap/usbiap.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32-h103/usb_iap/usbiap.c')
-rw-r--r--examples/stm32-h103/usb_iap/usbiap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32-h103/usb_iap/usbiap.c b/examples/stm32-h103/usb_iap/usbiap.c
index 9e72318..7f17ec8 100644
--- a/examples/stm32-h103/usb_iap/usbiap.c
+++ b/examples/stm32-h103/usb_iap/usbiap.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();
}
-