summaryrefslogtreecommitdiff
path: root/src/jtag/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/commands.h')
-rw-r--r--src/jtag/commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/commands.h b/src/jtag/commands.h
index 35f0dd90..5a76a8fb 100644
--- a/src/jtag/commands.h
+++ b/src/jtag/commands.h
@@ -90,9 +90,9 @@ typedef struct stableclocks_command_s
typedef struct reset_command_s
{
- /// Set TRST output: 0=deassert, 1=assert, -1=no change
+ /// Set TRST output: 0 = deassert, 1 = assert, -1 = no change
int trst;
- /// Set SRST output: 0=deassert, 1=assert, -1=no change
+ /// Set SRST output: 0 = deassert, 1 = assert, -1 = no change
int srst;
} reset_command_t;