diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/test_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_mem.c b/apps/plugins/test_mem.c index d3e1fa8..a4b45fb 100644 --- a/apps/plugins/test_mem.c +++ b/apps/plugins/test_mem.c @@ -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 |