target/lakemont: fix dead assignment
[fw/openocd] / src / jtag / swim.h
index d0ae18eab1751a85205d83d2a8f89e9c8473c70d..186e0cc71a1a47d429b43a68c45b43684d097204 100644 (file)
@@ -13,6 +13,9 @@
 #ifndef OPENOCD_JTAG_SWIM_H
 #define OPENOCD_JTAG_SWIM_H
 
+#define SWIM_FREQ_LOW   363
+#define SWIM_FREQ_HIGH  800
+
 struct swim_driver {
        /**
         * Send SRST (system reset) command to target.