From 3a063f57d17fbc0681a8dc07071939fbcc5b44d0 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Tue, 2 Feb 2010 18:12:52 -0700 Subject: [PATCH] Fix typo in msp430 BusyWait32khzC.nc. --- tos/chips/msp430/timer/BusyWait32khzC.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2