remove the keypress to exit the app
[fw/stlink] / src / stlink-common.c
index 5f1e0c3d5af5240c3b6d281cb7915464bfd74d5d..93b5e766c303f6a22efd43b95a2387c8249c6c25 100644 (file)
@@ -280,6 +280,8 @@ void stlink_exit_dfu_mode(stlink_t *sl) {
 void stlink_core_id(stlink_t *sl) {
     D(sl, "\n*** stlink_core_id ***\n");
     sl->backend->core_id(sl);
+    if (sl->verbose > 2)
+        stlink_print_data(sl);
     DD(sl, "core_id = 0x%08x\n", sl->core_id);
 }