# HG changeset patch # User Some Random Person # Date 1337872461 25200 # Node ID b1c9d67643f20f9db8991687b9b5118be1847a11 # Parent b924d86f829e5c1c7f4220669762ead9044c2e8d fixed DEBUG to DEBUG__printf2 diff -r b924d86f829e -r b1c9d67643f2 HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c --- a/HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c Thu May 17 20:42:24 2012 +0200 +++ b/HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c Thu May 24 08:14:21 2012 -0700 @@ -29,7 +29,7 @@ HWSimTimeSpan commPath_TimeSpanCalc( HWSimCommPath *commPath, HWSimActivityInst *sendingActivity ) { -// DEBUG( dbgHW, "comm", debugInfoForCommPath(commPath), debugInfoForActivity(sendingActivity) ); +// DEBUG__printf2( dbgHW, "comm", debugInfoForCommPath(commPath), debugInfoForActivity(sendingActivity) ); return 5; }