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