Add back code lost during recent rebase
This commit is contained in:
parent
7dd82418e0
commit
39bf17b768
|
@ -27,9 +27,10 @@
|
||||||
|
|
||||||
void bmp_ident(bmp_info_t *info)
|
void bmp_ident(bmp_info_t *info)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION);
|
||||||
if (!info)
|
if (!info)
|
||||||
return;
|
return;
|
||||||
PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION);
|
|
||||||
PRINT_INFO("Using:\n %s %s %s\n", info->manufacturer, info->version, info->serial);
|
PRINT_INFO("Using:\n %s %s %s\n", info->manufacturer, info->version, info->serial);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue