branch | GCC_SURGE |
changeset 120 | 10294cf40451 |
parent 82 | 65b40f262685 |
--- 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 {