Skip to content

Commit 6a36686

Browse files
author
rogerclarkmelbourne
committed
Change USB descripter string to show correct upload address 0x8002000
1 parent cdf0fc0 commit 6a36686

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.

usb_bootloader/STM32F1/usb_descriptor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ u8 u8_usbStringAlt1[0x3A] = {
176176
0x03,
177177
'D', 0, 'F', 0, 'U', 0, ' ', 0, 'P', 0, 'r', 0, 'o', 0, 'g', 0, 'r', 0,
178178
'a', 0, 'm', 0, ' ', 0, 'F', 0, 'L', 0, 'A', 0, 'S', 0, 'H', 0, ' ', 0,
179-
'0', 0, 'x', 0, '0', 0, '8', 0, '0', 0, '0', 0, '5', 0, '0', 0, '0', 0,
179+
'0', 0, 'x', 0, '0', 0, '8', 0, '0', 0, '0', 0, '2', 0, '0', 0, '0', 0,
180180
'0', 0
181181
};
182182

0 commit comments

Comments
 (0)