]> git.sur5r.net Git - openocd/blobdiff - src/helper/command.h
- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places
[openocd] / src / helper / command.h
index 262786a82ac52d6cdac464edf7860e7c9990087e..de90d4ae4d03d12e5498a87331a8ea59e7092afa 100644 (file)
@@ -63,5 +63,6 @@ extern int command_run_file(command_context_t *context, FILE *file, enum command
 
 
 #define                ERROR_COMMAND_CLOSE_CONNECTION          (-600)
+#define                ERROR_COMMAND_SYNTAX_ERROR                      (-601)
 
 #endif /* COMMAND_H */