hosted/bmp_libusb: Further cleanup to the main bmp_ident string
This commit is contained in:
parent
19c2e56f13
commit
483e51dce1
|
@ -28,8 +28,8 @@
|
||||||
|
|
||||||
void bmp_ident(bmp_info_t *info)
|
void bmp_ident(bmp_info_t *info)
|
||||||
{
|
{
|
||||||
PRINT_INFO("Black Magic Debug App %s\n for Black Magic Probe, ST-Link V2/3, CMSIS_DAP,"
|
PRINT_INFO("Black Magic Debug App %s\n for Black Magic Probe, ST-Link v2 and v3, CMSIS-DAP,"
|
||||||
" JLINK and LIBFTDI/MPSSE\n", FIRMWARE_VERSION);
|
" JLink and libftdi/MPSSE\n", FIRMWARE_VERSION);
|
||||||
if (info && info->vid && info->pid) {
|
if (info && info->vid && info->pid) {
|
||||||
PRINT_INFO("Using %04x:%04x %s %s\n %s\n", info->vid, info->pid,
|
PRINT_INFO("Using %04x:%04x %s %s\n %s\n", info->vid, info->pid,
|
||||||
(info->serial[0]) ? info->serial : NO_SERIAL_NUMBER,
|
(info->serial[0]) ? info->serial : NO_SERIAL_NUMBER,
|
||||||
|
|
Loading…
Reference in New Issue