diff --git a/gcn64_protocol.c b/gcn64_protocol.c index 1b4f3c4..b09df0c 100644 --- a/gcn64_protocol.c +++ b/gcn64_protocol.c @@ -24,6 +24,7 @@ #include "gcn64txrx.h" #undef FORCE_KEYBOARD +#undef TRACE_GCN64 /******** IO port definitions and options **************/ #ifndef STK525 @@ -66,7 +67,16 @@ unsigned char gcn64_transaction(const unsigned char *tx, int tx_len, unsigned ch { int count; unsigned char sreg = SREG; - //int i; + +#ifdef TRACE_GCN64 + int i; + + printf("TX[%d] = { ", tx_len); + for (i=0; i