command: Done a little cleanup of the formatting and layout

This commit is contained in:
dragonmux 2022-06-16 12:59:25 -04:00 committed by Piotr Esden-Tempski
parent 10a4c3f77e
commit 52dcf46e61
1 changed files with 3 additions and 2 deletions

View File

@ -221,6 +221,7 @@ static bool cmd_jtag_scan(target *t, int argc, char **argv)
gdb_out("JTAG device scan failed!\n"); gdb_out("JTAG device scan failed!\n");
return false; return false;
} }
cmd_targets(NULL, 0, NULL); cmd_targets(NULL, 0, NULL);
morse(NULL, false); morse(NULL, false);
return true; return true;