aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/usb_dfu/usbdfu.c
diff options
context:
space:
mode:
authorUwe Hermann2011-11-13 09:13:27 +0100
committerUwe Hermann2011-11-13 23:16:13 +0100
commit7f1e75c3a8f7bd4accdbf88a127b24d87131e617 (patch)
treee9110819b1d970d65be74ea2edc269891f74ee8a /examples/stm32/f1/other/usb_dfu/usbdfu.c
parent8a77630997a6f8e4cb543528d5c1c63b060fd7de (diff)
other/*: Random coding-style fixes.
Diffstat (limited to 'examples/stm32/f1/other/usb_dfu/usbdfu.c')
-rw-r--r--examples/stm32/f1/other/usb_dfu/usbdfu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/usb_dfu/usbdfu.c b/examples/stm32/f1/other/usb_dfu/usbdfu.c
index 15bb536..3144c70 100644
--- a/examples/stm32/f1/other/usb_dfu/usbdfu.c
+++ b/examples/stm32/f1/other/usb_dfu/usbdfu.c
@@ -111,7 +111,7 @@ static const char *usb_strings[] = {
"DFU Demo",
"DEMO",
/* This string is used by ST Microelectronics' DfuSe utility. */
- "@Internal Flash /0x08000000/8*001Ka,56*001Kg"
+ "@Internal Flash /0x08000000/8*001Ka,56*001Kg",
};
static u8 usbdfu_getstatus(u32 *bwPollTimeout)