]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/FcfsResourceQueueC.nc
mark more modules as safe code
[tinyos-2.x.git] / tos / system / FcfsResourceQueueC.nc
index 7be5ed485a22f819d6247418a098ce601f9f0115..565ba25fca0f96297bf7b7c4ad4ef81b1a92c41e 100644 (file)
@@ -29,7 +29,7 @@
  
 #include "Resource.h"
  
-generic module FcfsResourceQueueC(uint8_t size) {
+generic module FcfsResourceQueueC(uint8_t size) @safe() {
   provides {
     interface Init;
     interface ResourceQueue as FcfsQueue;