[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/harvard/spaulding/src/dataStore
Block.h, 1.1.1.1, 1.2
Konrad Lorincz
konradlorincz at users.sourceforge.net
Wed Feb 6 14:51:27 PST 2008
Update of /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5432/src/dataStore
Modified Files:
Block.h
Log Message:
Added testDataStorePrintfRadio
Index: Block.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/harvard/spaulding/src/dataStore/Block.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Block.h 22 Aug 2007 00:43:53 -0000 1.1.1.1
--- Block.h 6 Feb 2008 22:51:24 -0000 1.2
***************
*** 78,82 ****
inline void Block_print(Block *blockPtr)
{
- /*
#ifdef PRINTFUART_ENABLED
printfUART("----- Block_print() - for Block (%p) ----- \n", blockPtr);
--- 78,81 ----
***************
*** 106,110 ****
printfUART("------------------------------------------------\n");
#endif
- */
}
--- 105,108 ----
More information about the Tinyos-contrib-commits
mailing list