updated command line 802.15.4 checksum calculator and added serClose to GoodFET to...
[goodfet] / firmware / include / jtag430x2.h
index 090697c..5084976 100644 (file)
@@ -8,9 +8,12 @@
 
 #include "app.h"
 
 
 #include "app.h"
 
-#define JTAG430X2 0x16
+#define JTAG430X2 0x11
 
 extern app_t const jtag430x2_app;
 
 
 extern app_t const jtag430x2_app;
 
+//! Shift 20 bits of the DR.
+uint32_t jtag430_dr_shift_20(uint32_t in);
+
 #endif
 
 #endif