]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
corrected syntax error in line 111
authorbeutel <beutel>
Wed, 29 Aug 2007 15:57:27 +0000 (15:57 +0000)
committerbeutel <beutel>
Wed, 29 Aug 2007 15:57:27 +0000 (15:57 +0000)
tos/chips/tda5250/mac/CsmaMacP.nc

index 5cb9574c95bf4a7739867a904e25e7c747e5584e..e612c2f5ee039fba77bf56c88eac8858e6a62d00 100644 (file)
@@ -108,7 +108,7 @@ implementation
         TOKEN_ACK_MASK = 0x3f,
         INVALID_SNR = 0xffff,
         MSG_TABLE_ENTRIES=16,
-        MAX_AGE=0xff;
+        MAX_AGE=0xff,
     };
     
 /**************** Module Global Variables  *****************/