]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo in msp430 BusyWait32khzC.nc.
authorR. Steve McKown <rsmckown@gmail.com>
Wed, 3 Feb 2010 01:12:52 +0000 (18:12 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Wed, 3 Feb 2010 01:12:52 +0000 (18:12 -0700)
tos/chips/msp430/timer/BusyWait32khzC.nc

index d4b7cf89d9596073f041e78afccd8ce48f776791..6a4e022ab937d4642a68e1d76c94258fa2af794c 100644 (file)
@@ -36,6 +36,6 @@ implementation
            ;
 
   BusyWait = BusyWaitCounterC;
-  BusyWaitCounter.Counter -> Msp430Counter32khzC;
+  BusyWaitCounterC.Counter -> Msp430Counter32khzC;
 }