Skip to content
Snippets Groups Projects
Commit 4a6adee1 authored by oharboe's avatar oharboe
Browse files

added missing extern to jtag_command_queue definition.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2028 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 4bc3af03
Branches
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment