aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index e95f338..932d450 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -107,12 +107,13 @@
#define CMD_MEM_MAXWRITEBYTES ((CMD_MEM_MAXINBUFLEN - CMD_MEM_WRITE_MINPARAMLEN)/2)
/*@}*/
-/** @name Debug Continue Command Constants.
+/** @name Debug Continue and Step Command Constants.
*
- * Debug Continue Command
+ * Debug Continue and Step Command
*/
/*@{*/
-#define CMD_REG_CONTINUE_PARAMLEN 0
+#define CMD_CONTINUE_MINPARAMLEN 0
+#define CMD_STEP_MINPARAMLEN 0
/*@}*/