From: R. Steve McKown Date: Wed, 3 Feb 2010 01:12:52 +0000 (-0700) Subject: Fix typo in msp430 BusyWait32khzC.nc. X-Git-Tag: patchset/2.1.0-4~4 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=8ee18161bf3b282f1cc2f37ea7cebd35a565837c;p=tinyos-2.x.git 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; }