Skip to content
Snippets Groups Projects
Commit 2a8e3717 authored by zwelch's avatar zwelch
Browse files

Remove superfluous extern for non-existant global variable.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2160 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent cd7f89f6
No related branches found
No related tags found
No related merge requests found
......@@ -266,8 +266,6 @@ int jtag_get_speed(void);
*/
int jtag_set_speed(int speed);
extern int jtag_speed_post_reset;
enum reset_types {
RESET_NONE = 0x0,
RESET_HAS_TRST = 0x1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment