Add back code lost during recent rebase

This commit is contained in:
SId Price 2022-06-26 12:08:00 -06:00 committed by Rachel Mant
parent 7dd82418e0
commit 39bf17b768
1 changed files with 2 additions and 1 deletions

View File

@ -27,9 +27,10 @@
void bmp_ident(bmp_info_t *info)
{
PRINT_INFO("Black Magic Debug App (for BMP only) %s\n", FIRMWARE_VERSION);
if (!info)
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);
}