Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > HWSim > HWSim__PingPong__HWDef
changeset 25:b1c9d67643f2
fixed DEBUG to DEBUG__printf2
author | Some Random Person <seanhalle@yahoo.com> |
---|---|
date | Thu, 24 May 2012 08:14:21 -0700 |
parents | b924d86f829e |
children | 0deed3ee0b02 |
files | HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c Thu May 17 20:42:24 2012 +0200 1.2 +++ b/HWSim__PingPong__HWDef/CommPath_TimeSpan_Fns.c Thu May 24 08:14:21 2012 -0700 1.3 @@ -29,7 +29,7 @@ 1.4 HWSimTimeSpan 1.5 commPath_TimeSpanCalc( HWSimCommPath *commPath, HWSimActivityInst *sendingActivity ) 1.6 { 1.7 -// DEBUG( dbgHW, "comm", debugInfoForCommPath(commPath), debugInfoForActivity(sendingActivity) ); 1.8 +// DEBUG__printf2( dbgHW, "comm", debugInfoForCommPath(commPath), debugInfoForActivity(sendingActivity) ); 1.9 return 5; 1.10 } 1.11