Hi,

I need to put a 10Ms delay into sysTrapKeyWake. On Palm OS 3.5 I can use:

void InterruptTenthsSec(int time) {
        UInt16  ticksPerSec;
        UInt16  ticksPerTenth;
        
        ticksPerSec = SysTicksPerSecond();
        ticksPerTenth = ticksPerSec / 10;
        SysTaskDelay(time * ticksPerTenth);
}

On Palm OS 3.3 this hangs up the system. Does anyone have any ideas?

Thanks,
-- 
Toby Boreham
Research and Development Director
PBE Systems Ltd.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to