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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/commands.h b/src/jtag/commands.h
index 5a76a8fb..ac440db6 100644
--- a/src/jtag/commands.h
+++ b/src/jtag/commands.h
@@ -53,7 +53,7 @@ typedef struct scan_command_s
/// number of fields in *fields array
int num_fields;
/// pointer to an array of data scan fields
- scan_field_t* fields;
+ struct scan_field* fields;
/// state in which JTAG commands should finish
tap_state_t end_state;
} scan_command_t;