Fixed typography
This commit is contained in:
parent
7274f55ff4
commit
59282b6f66
|
@ -220,7 +220,7 @@ int find_debuggers(BMP_CL_OPTIONS_t *cl_opts,bmp_info_t *info)
|
|||
type = BMP_TYPE_BMP;
|
||||
} else {
|
||||
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;
|
||||
}
|
||||
} else if ((type == BMP_TYPE_NONE) &&
|
||||
|
|
|
@ -386,7 +386,7 @@ int cl_execute(BMP_CL_OPTIONS_t *opt)
|
|||
num_targets = target_foreach(display_target, &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);
|
||||
return -1;
|
||||
}
|
||||
|
@ -438,7 +438,7 @@ int cl_execute(BMP_CL_OPTIONS_t *opt)
|
|||
if (opt->opt_mode == BMP_MODE_SWJ_TEST) {
|
||||
switch (t->core[0]) {
|
||||
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) {
|
||||
uint32_t demcr;
|
||||
target_mem_read(t, &demcr, CORTEXM_DEMCR, 4);
|
||||
|
|
Loading…
Reference in New Issue