From 6db3b903d2ec58e23730b5393f6e34e074e7c9ec Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Wed, 14 Jul 2010 13:58:47 -0400 Subject: [PATCH] make the debug prints in check_maca more specific --- lib/maca.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/maca.c b/lib/maca.c index fba0a1acd..ec44cf580 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -133,11 +133,12 @@ void check_maca(void) { } else { if((last_time > (*MACA_SFTCLK + RECV_SOFTIMEOUT)) && (last_time > (*MACA_CPLCLK + CPL_TIMEOUT))) { - PRINTF("check maca: complete clocks expired --- forcing isr\n"); + PRINTF("check maca: complete clocks expired\n"); /* all complete clocks have expired */ /* check that maca entry is changing */ /* if not, do call the isr to restart the cycle */ if(last_entry == maca_entry) { + PRINTF("check maca: forcing isr\n"); *INTFRC = (1<