X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftinynode%2FPlatformC.nc;h=2435334aa505b45a72ec8c26b9de4e7ecb4423ce;hb=b8c2d56565db4f73290d80e081fcd4a8243586b8;hp=73b1e2488b625bbe31c345cb68b0189cf95694f2;hpb=5338a4ca5ad7d75bb955024d60c6477495c1fccf;p=tinyos-2.x.git diff --git a/tos/platforms/tinynode/PlatformC.nc b/tos/platforms/tinynode/PlatformC.nc index 73b1e248..2435334a 100644 --- a/tos/platforms/tinynode/PlatformC.nc +++ b/tos/platforms/tinynode/PlatformC.nc @@ -32,7 +32,7 @@ configuration PlatformC implementation { components PlatformP - , Msp430ClockC + , new Msp430ClockC(4096, 32) ; Init = PlatformP;