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