summaryrefslogtreecommitdiff
path: root/lib/ccdbg-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccdbg-io.c')
-rw-r--r--lib/ccdbg-io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ccdbg-io.c b/lib/ccdbg-io.c
index 6999dbec..5ecea769 100644
--- a/lib/ccdbg-io.c
+++ b/lib/ccdbg-io.c
@@ -129,6 +129,7 @@ ccdbg_recv_bit(struct ccdbg *dbg, int first)
ccdbg_send(dbg, CC_CLOCK|mask|CC_RESET_N, CC_CLOCK|CC_DATA|CC_RESET_N);
read = ccdbg_read(dbg);
+ ccdbg_print("#\t%c %c %c\n", CC_DATA, read);
ccdbg_send(dbg, CC_CLOCK| CC_RESET_N, CC_RESET_N);
return (read & CC_DATA) ? 1 : 0;
}