diff options
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/str7x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/str7x.c b/src/flash/str7x.c index 4d8d02e4..b7081208 100644 --- a/src/flash/str7x.c +++ b/src/flash/str7x.c @@ -166,7 +166,7 @@ int str7x_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char str7x_info->target = get_target_by_num(strtoul(args[6], NULL, 0)); if (!str7x_info->target) { - ERROR("no target '%i' configured", args[6]); + ERROR("no target '%s' configured", args[6]); exit(-1); } |