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:
parent
21b89aab5a
commit
9318d2b25f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue