From 0ec45a655bc5d586b493ca898502e39dad1d6645 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sat, 5 Jun 2010 23:57:28 +0000 Subject: [PATCH] Removed debugging strings. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@600 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/jtag/jtag430.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.20.1