branch | RCL_3 |
changeset 22 | 2f92ad2dc5db |
parent 4 | 56f325a607ea |
--- a/kerneltest/e32test/realtime/d_latncy.cpp Mon Mar 15 12:45:50 2010 +0200 +++ b/kerneltest/e32test/realtime/d_latncy.cpp Wed Mar 31 23:38:45 2010 +0300 @@ -87,6 +87,9 @@ #elif defined(__NE1_TB__) const TInt KTickPeriodMs=1; const TInt KTicksPerMillisecond=66667; +#elif defined(__MRAP__) +const TInt KTickPeriodMs=1; +const TInt KTicksPerMillisecond=1000; #endif #ifdef _DEBUG