From: R. Steve McKown Date: Wed, 3 Feb 2010 01:12:52 +0000 (-0700) Subject: Fix typo in msp430 BusyWait32khzC.nc. X-Git-Tag: debian/2.1.0-4-1tmi~1^2~18 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=tinyos-2.x.git;a=commitdiff_plain;h=3a063f57d17fbc0681a8dc07071939fbcc5b44d0 Fix typo in msp430 BusyWait32khzC.nc. --- diff --git a/tos/chips/msp430/timer/BusyWait32khzC.nc b/tos/chips/msp430/timer/BusyWait32khzC.nc index d4b7cf89..6a4e022a 100644 --- a/tos/chips/msp430/timer/BusyWait32khzC.nc +++ b/tos/chips/msp430/timer/BusyWait32khzC.nc @@ -36,6 +36,6 @@ implementation ; BusyWait = BusyWaitCounterC; - BusyWaitCounter.Counter -> Msp430Counter32khzC; + BusyWaitCounterC.Counter -> Msp430Counter32khzC; }