]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/ArbitratedReadC.nc
Add SharedArbiterC.
[tinyos-2.x.git] / tos / system / ArbitratedReadC.nc
index 1501ec6afc9ce1a75240b62fba3159cf9b59e2a6..237b7fb0ffe63e49b3e593cdb156a82d5f37b278 100644 (file)
@@ -20,7 +20,7 @@
  *
  * @author David Gay
  */
-generic module ArbitratedReadC(typedef width_t) {
+generic module ArbitratedReadC(typedef width_t) @safe() {
   provides interface Read<width_t>[uint8_t client];
   uses {
     interface Read<width_t> as Service[uint8_t client];