summaryrefslogtreecommitdiff
path: root/apps/plugins/test_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_mem.c')
-rw-r--r--apps/plugins/test_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_mem.c b/apps/plugins/test_mem.c
index d3e1fa8c6b..a4b45fb32f 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,
169 169
170 delta = *rb->current_tick - last_tick; 170 delta = *rb->current_tick - last_tick;
171 171
172 if (delta <= 10) 172 if (delta <= 20)
173 { 173 {
174 /* The loop_cnt will be increased for the next measurement set until 174 /* The loop_cnt will be increased for the next measurement set until
175 * each measurement at least takes 10 ticks. This is to ensure a 175 * each measurement at least takes 10 ticks. This is to ensure a