diff -r e5fd00cbb70a -r 65b40f262685 omap3530/beagle_drivers/led/led.cpp --- 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 {