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