]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/DefaultPacketP.nc
more LPL debugging
[tinyos-2.x.git] / tos / chips / rf230 / DefaultPacketP.nc
index e7d0442371c94a7ee9ab17a200b31a21631e62de..99d632fd86a281b010077457cf07ff5f3ab3937a 100644 (file)
@@ -164,15 +164,17 @@ implementation
 
 /*----------------- Global fields -----------------*/
 
-       uint8_t flags;
+       norace uint8_t flags;
        enum
        {
                FLAG_TXPOWER = 0x01,
                FLAG_SLEEPINT = 0x02,
        };
 
-       uint8_t transmitPower;
-       uint16_t sleepInterval;
+       norace uint8_t transmitPower;
+
+       // TODO: Move sleepInterval into the metadata
+       norace uint16_t sleepInterval;
 
 /*----------------- PacketTransmitPower -----------------*/