X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fcommands.h;h=5a76a8fb0e7f1a9c4d32ab6e219394565adb6ef8;hp=35f0dd90536a81bb30e7f4bffbc3a8454c48f801;hb=84df52f9ea78e2d71bde648a16b69d80404c6421;hpb=86e4324f1bd4cd8135cb857e4b940b1f2e872dc3 diff --git a/src/jtag/commands.h b/src/jtag/commands.h index 35f0dd9053..5a76a8fb0e 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;