X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Fapps%2Fjtag%2Fjtag430.c;h=8813e57d348b363ed82f61eb9ae502c6eed5e9ff;hp=5a8da9a4437a99fa6db32d642e4743d3a47686d0;hb=0ec45a655bc5d586b493ca898502e39dad1d6645;hpb=f76fbc5671172624ee4ef0f932e84d35b57b512e diff --git a/firmware/apps/jtag/jtag430.c b/firmware/apps/jtag/jtag430.c index 5a8da9a..8813e57 100644 --- a/firmware/apps/jtag/jtag430.c +++ b/firmware/apps/jtag/jtag430.c @@ -51,7 +51,7 @@ void jtag430_haltcpu(){ //! Release the CPU void jtag430_releasecpu(){ CLRTCLK; - debugstr("Releasing target MSP430."); + //debugstr("Releasing target MSP430."); /* jtag_ir_shift8(IR_CNTRL_SIG_16BIT); @@ -434,8 +434,8 @@ void jtag430handle(unsigned char app, break; case JTAG430_SETPC: jtag430_haltcpu(); - debughex("Setting PC."); - debughex(cmddataword[0]); + //debughex("Setting PC."); + //debughex(cmddataword[0]); jtag430_setpc(cmddataword[0]); jtag430_releasecpu(); txdata(app,verb,0);