]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tosthreads/csystem/CConfigStorageC.nc
Fixed up some stuff so we can compoile the tinyLD applications for tosthreads
[tinyos-2.x.git] / tos / lib / tosthreads / csystem / CConfigStorageC.nc
index 995065b206ddba3c079c797cd91ab6f8ffa31e41..c21c3dd7d927d4cedaad13c9056efe655f5e24c9 100644 (file)
@@ -34,6 +34,6 @@ implementation {
   CConfigStorageP.BlockingConfig -> BlockingConfigStorageP;
   CConfigStorageP.BlockingMount -> BlockingConfigStorageP;
 
-  BlockingConfigStorageP.ConfigMount -> VolumeMapC.ConfigMount;
+  BlockingConfigStorageP.ConfigMount -> VolumeMapC.Mount;
   BlockingConfigStorageP.ConfigStorage -> VolumeMapC.ConfigStorage;
 }