|
From: <zw...@ma...> - 2009-06-09 10:40:26
|
Author: zwelch
Date: 2009-06-09 10:40:23 +0200 (Tue, 09 Jun 2009)
New Revision: 2160
Modified:
trunk/src/jtag/jtag.h
Log:
Remove superfluous extern for non-existant global variable.
Modified: trunk/src/jtag/jtag.h
===================================================================
--- trunk/src/jtag/jtag.h 2009-06-09 08:40:10 UTC (rev 2159)
+++ trunk/src/jtag/jtag.h 2009-06-09 08:40:23 UTC (rev 2160)
@@ -266,8 +266,6 @@
*/
int jtag_set_speed(int speed);
-extern int jtag_speed_post_reset;
-
enum reset_types {
RESET_NONE = 0x0,
RESET_HAS_TRST = 0x1,
|