From 1429d2c659ab9b84dee673e7697da7eab44a8f90 Mon Sep 17 00:00:00 2001 From: drath Date: Sun, 15 Jul 2007 11:19:33 +0000 Subject: - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) - added support for usbprog (thanks to Benedikt Sauter) - make OpenOCD listen for WM_QUIT messages on windows (thanks to Pavel Chromy) - register at_exit handler to do necessary unregistering (thanks to Pavel Chromy) - added dummy ETM capture driver to allow ETM to be registered without a capture driver git-svn-id: svn://svn.berlios.de/openocd/trunk@180 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/str9x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str9x.c') diff --git a/src/flash/str9x.c b/src/flash/str9x.c index c07bc757..b47758d2 100644 --- a/src/flash/str9x.c +++ b/src/flash/str9x.c @@ -610,7 +610,7 @@ int str9x_handle_flash_config_command(struct command_context_s *cmd_ctx, char *c if (argc < 4) { - command_print(cmd_ctx, "usage: str9x flash_config b0size b1size b0start b1start"); + command_print(cmd_ctx, "usage: str9x flash_config "); return ERROR_OK; } -- cgit v1.2.3