omap3530/beagle_drivers/led/led.cpp
branchBeagle_BSP_dev
changeset 82 65b40f262685
parent 59 7f38143c4aa6
--- a/omap3530/beagle_drivers/led/led.cpp	Tue Sep 21 02:30:11 2010 +0100
+++ b/omap3530/beagle_drivers/led/led.cpp	Wed Sep 22 23:33:25 2010 +0100
@@ -41,7 +41,7 @@
 		{
 		GPIO::SetPinMode(KGPIO_LED0, GPIO::EEnabled);
 		GPIO::SetOutputState(KGPIO_LED0, GPIO::ELow);
-		iTimer.OneShot(NKern::TimerTicks(KBeatTimeInSeconds * 1000));		
+		iTimer.OneShot(NKern::TimerTicks(KBeatTimeInSeconds * 1000));
 		}
 	else
 		{