Fixed typography

This commit is contained in:
fabalthazar 2021-10-09 21:18:52 +02:00
parent 7274f55ff4
commit 59282b6f66
2 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ int find_debuggers(BMP_CL_OPTIONS_t *cl_opts,bmp_info_t *info)
type = BMP_TYPE_BMP; type = BMP_TYPE_BMP;
} else { } else {
if (desc.idProduct == PRODUCT_ID_BMP_BL) if (desc.idProduct == PRODUCT_ID_BMP_BL)
DEBUG_WARN("BMP in botloader mode found. Restart or reflash!\n"); DEBUG_WARN("BMP in bootloader mode found. Restart or reflash!\n");
continue; continue;
} }
} else if ((type == BMP_TYPE_NONE) && } else if ((type == BMP_TYPE_NONE) &&

View File

@ -386,7 +386,7 @@ int cl_execute(BMP_CL_OPTIONS_t *opt)
num_targets = target_foreach(display_target, &num_targets); num_targets = target_foreach(display_target, &num_targets);
} }
if (opt->opt_target_dev > num_targets) { if (opt->opt_target_dev > num_targets) {
DEBUG_WARN("Given target nummer %d not available max %d\n", DEBUG_WARN("Given target number %d not available max %d\n",
opt->opt_target_dev, num_targets); opt->opt_target_dev, num_targets);
return -1; return -1;
} }
@ -438,7 +438,7 @@ int cl_execute(BMP_CL_OPTIONS_t *opt)
if (opt->opt_mode == BMP_MODE_SWJ_TEST) { if (opt->opt_mode == BMP_MODE_SWJ_TEST) {
switch (t->core[0]) { switch (t->core[0]) {
case 'M': case 'M':
DEBUG_WARN("Continious read/write-back DEMCR. Abort with ^C\n"); DEBUG_WARN("Continuous read/write-back DEMCR. Abort with ^C\n");
while(1) { while(1) {
uint32_t demcr; uint32_t demcr;
target_mem_read(t, &demcr, CORTEXM_DEMCR, 4); target_mem_read(t, &demcr, CORTEXM_DEMCR, 4);