X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fjtag430x2.h;h=508497699aed76ef66166ac51ec5457e89ce91f6;hp=090697cdfe0b0ec7763bf2ba963f248914229c43;hb=a031b4a563978102c664466d1e91a9c3ab0553dd;hpb=0ef9b41419da03a05305bfed28cb5ed47efec764 diff --git a/firmware/include/jtag430x2.h b/firmware/include/jtag430x2.h index 090697c..5084976 100644 --- a/firmware/include/jtag430x2.h +++ b/firmware/include/jtag430x2.h @@ -8,9 +8,12 @@ #include "app.h" -#define JTAG430X2 0x16 +#define JTAG430X2 0x11 extern app_t const jtag430x2_app; +//! Shift 20 bits of the DR. +uint32_t jtag430_dr_shift_20(uint32_t in); + #endif