]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/RandomC.nc
Add SharedArbiterC.
[tinyos-2.x.git] / tos / system / RandomC.nc
index 61fa927e9b67e41ae85f5917897dd69228523bae..45d96443ef4c99d616835261041d98b83dac02d4 100644 (file)
@@ -32,7 +32,7 @@
 configuration RandomC {
   provides interface Init;
   provides interface ParameterInit<uint16_t> as SeedInit;
-  provides interface Random as Random;
+  provides interface Random;
 }
 
 implementation {