Updates to the initial scanchain validation code:
[fw/openocd] / src / jtag / commands.h
index 35f0dd90536a81bb30e7f4bffbc3a8454c48f801..5a76a8fb0e7f1a9c4d32ab6e219394565adb6ef8 100644 (file)
@@ -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;