X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2Ftinynode%2FPlatformC.nc;h=2435334aa505b45a72ec8c26b9de4e7ecb4423ce;hb=18e5469b828cd13a27bd1ddce5c813865f049065;hp=73b1e2488b625bbe31c345cb68b0189cf95694f2;hpb=f61ca74a5e509af31e016d439ad78c893e027ec8;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;