beremiz

commented out noisy printf in Win32 target

2012-02-14, Edouard Tisserant
383864958dac
Parents 61746934df41
Children d376a8b0b602
commented out noisy printf in Win32 target
--- a/targets/Win32/plc_Win32_main.c Thu Feb 09 21:23:11 2012 +0100
+++ b/targets/Win32/plc_Win32_main.c Tue Feb 14 12:20:19 2012 +0100
@@ -244,10 +244,12 @@
void Retain(unsigned int offset, unsigned int count, void * p)
{
+ /*
unsigned int position;
for(position=0; position<count; position++ ){
printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
}
+ */
}
void Remind(unsigned int offset, unsigned int count, void *p)