summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 40ab7449..38c7e5c4 100644
--- a/src/jtag/commands.h
+++ b/src/jtag/commands.h
@@ -146,7 +146,7 @@ typedef struct jtag_command_s
} jtag_command_t;
/// The current queue of jtag_command_s structures.
-jtag_command_t* jtag_command_queue;
+extern jtag_command_t* jtag_command_queue;
void* cmd_queue_alloc(size_t size);
void cmd_queue_free(void);