- command_run_line will only search once for the command, and execute if found
git-svn-id: svn://svn.berlios.de/openocd/trunk@766 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -81,6 +81,7 @@ extern void command_output_text(command_context_t *context, const char *data);
|
||||
|
||||
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
|
||||
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
|
||||
#define ERROR_COMMAND_NOTFOUND (-602)
|
||||
|
||||
extern int fast_and_dangerous;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user