]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/QueueC.nc
safe tinyos annotations
[tinyos-2.x.git] / tos / system / QueueC.nc
index 3f8d378772a8126d30525918a7c1bae770625bcc..92a14fc6fe169f8d7290db072b2e6eb983a8f8eb 100644 (file)
@@ -45,7 +45,7 @@ generic module QueueC(typedef queue_t, uint8_t QUEUE_SIZE) {
 
 implementation {
 
-  queue_t queue[QUEUE_SIZE];
+  queue_t ONE_NOK queue[QUEUE_SIZE];
   uint8_t head = 0;
   uint8_t tail = 0;
   uint8_t size = 0;