1
0
Fork 0
forked from len0rd/rockbox

Higher precision for test_mem plugin.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28939 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-01-01 19:54:01 +00:00
parent 21b89aab5a
commit 9318d2b25f

View file

@ -169,7 +169,7 @@ static int test(volatile int *buf, int buf_size, int loop_cnt,
delta = *rb->current_tick - last_tick;
if (delta <= 10)
if (delta <= 20)
{
/* The loop_cnt will be increased for the next measurement set until
* each measurement at least takes 10 ticks. This is to ensure a