diff -r c1f20ce4abcf -r 3e88ff8f41d5 kerneltest/e32test/system/d_tick.cpp --- a/kerneltest/e32test/system/d_tick.cpp Tue Aug 31 16:34:26 2010 +0300 +++ b/kerneltest/e32test/system/d_tick.cpp Wed Sep 01 12:34:56 2010 +0100 @@ -224,15 +224,6 @@ x /= TUint64(f); return (TUint)x; #endif -#if defined(__MRAP__) - // RTC runs with 32.768 kHz -> one tick is - const TUint KRTCClockHz = 32768; - Int64 ticks(aTicks); - ticks*=(1000000); - ticks+=KRTCClockHz/2; // 32.768 kHz tick - ticks/=KRTCClockHz; - return (TInt)ticks; -#endif #if defined(__MAWD__) || defined(__MEIG__) return aTicks*500; // 2kHz tick #endif @@ -611,9 +602,6 @@ #if defined(__NE1_TB__) // nothing to do since we use fast counter #endif -#if defined(__MRAP__) - // nothing to do here RTC runs with 32.768 kHz -#endif #ifdef __MAWD__ // Set up timer 1 as free running 2kHz clock TWind::SetBuzzerControl(0); // disable buzzer