]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
remove useless as
authoridgay <idgay>
Fri, 2 May 2008 19:53:10 +0000 (19:53 +0000)
committeridgay <idgay>
Fri, 2 May 2008 19:53:10 +0000 (19:53 +0000)
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 {