- fixed endianness helper macros (thanks to obilix and wiml for finding and fixing...
[fw/openocd] / src / flash / stellaris.c
index ec5dc3a429da40d02b70df10886d19e253264f7f..376a80fd84b05a83041dc2f2ccfdc3b57bb67e30 100644 (file)
@@ -148,7 +148,7 @@ int stellaris_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, c
        stellaris_info->target = get_target_by_num(strtoul(args[5], NULL, 0));
        if (!stellaris_info->target)
        {
-               ERROR("no target '%i' configured", args[5]);
+               ERROR("no target '%s' configured", args[5]);
                exit(-1);
        }