]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/msp430/timer/BusyWait32khzC.nc
Fix typo in msp430 BusyWait32khzC.nc.
[tinyos-2.x.git] / tos / chips / msp430 / timer / BusyWait32khzC.nc
index d4b7cf89d9596073f041e78afccd8ce48f776791..6a4e022ab937d4642a68e1d76c94258fa2af794c 100644 (file)
@@ -36,6 +36,6 @@ implementation
            ;
 
   BusyWait = BusyWaitCounterC;
-  BusyWaitCounter.Counter -> Msp430Counter32khzC;
+  BusyWaitCounterC.Counter -> Msp430Counter32khzC;
 }