]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/mulle/chips/at45db/HplAt45dbC.nc
Added TosThreads support for Mulle.
[tinyos-2.x.git] / tos / platforms / mulle / chips / at45db / HplAt45dbC.nc
index f7dcc2fade6cf795d84fe80840fb5a2a298ce9ca..e49d1dc5c6c7c7bd9206635ad8ea0267368ca3e8 100644 (file)
@@ -66,5 +66,5 @@ implementation
 
   HplAt45dbP.FlashSpi -> Spi;
   HplAt45dbP.BusyWait -> BusyWaitMicroC;
-  RealMainP.PlatformInit -> HplAt45dbP.Init;
+  RealMainP.SoftwareInit -> HplAt45dbP.Init;
 }