[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/xe1205 crc.h, 1.1.2.1,
1.1.2.2
Henri DF
henridf at users.sourceforge.net
Mon Oct 30 06:07:05 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/xe1205
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30978/tos/chips/xe1205
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
crc.h
Log Message:
protect from multiple inclusion
Index: crc.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/xe1205/crc.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** crc.h 24 Apr 2006 16:06:48 -0000 1.1.2.1
--- crc.h 30 Oct 2006 14:07:03 -0000 1.1.2.2
***************
*** 29,32 ****
--- 29,34 ----
* 94704. Attention: Intel License Inquiry.
*/
+ #ifndef CRC_H
+ #define CRC_H
uint16_t const ccitt_crc16_table[256] = {
0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7,
***************
*** 69,70 ****
--- 71,73 ----
return fcs;
}
+ #endif
More information about the Tinyos-2-commits
mailing list