]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix component name typo reported by Morten Tranberg Hansen
authorvlahan <vlahan>
Mon, 30 Mar 2009 18:56:34 +0000 (18:56 +0000)
committervlahan <vlahan>
Mon, 30 Mar 2009 18:56:34 +0000 (18:56 +0000)
tos/chips/msp430/timer/BusyWait32khzC.nc

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