add space in USB product string (be consistent with ../stm32/dfucore.c)

This changes the USB identification from
"Black Magic Probe(STLINK/V2) v..." to
"Black Magic Probe (STLINK/V2) v..."

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
This commit is contained in:
Martin 2021-01-29 12:09:32 +01:00 committed by UweBonnes
parent d4dc3b2717
commit 3b8502c2e5
1 changed files with 2 additions and 2 deletions

View File

@ -401,8 +401,8 @@ char serial_no[13];
static char serial_no[9];
#endif
#define BOARD_IDENT "Black Magic Probe" PLATFORM_IDENT FIRMWARE_VERSION
#define DFU_IDENT "Black Magic Firmware Upgrade" PLATFORM_IDENT FIRMWARE_VERSION
#define BOARD_IDENT "Black Magic Probe " PLATFORM_IDENT FIRMWARE_VERSION
#define DFU_IDENT "Black Magic Firmware Upgrade " PLATFORM_IDENT FIRMWARE_VERSION
static const char *usb_strings[] = {
"Black Sphere Technologies",