diff -r c1bfa2b1009b -r 10294cf40451 omap3530/beagle_drivers/led/led.cpp --- a/omap3530/beagle_drivers/led/led.cpp Wed Nov 17 11:02:10 2010 +0000 +++ b/omap3530/beagle_drivers/led/led.cpp Mon Nov 22 13:48:58 2010 +0000 @@ -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 {