diff options
Diffstat (limited to 'tests/mtd-tests')
-rw-r--r-- | tests/mtd-tests/flash_speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mtd-tests/flash_speed.c b/tests/mtd-tests/flash_speed.c index 5721dfb..3489233 100644 --- a/tests/mtd-tests/flash_speed.c +++ b/tests/mtd-tests/flash_speed.c @@ -518,7 +518,7 @@ int main(int argc, char **argv) * the latency difference when performed on different banks (NOR only). */ if (speb >= 0 && mtd.subpage_size == 1) { - long duration_w, duration_r, rww_duration_w, rww_latency_end; + long rww_duration_w, rww_latency_end; long rww_duration_rnw, rww_duration_r_end; bool rww_r_end_first; struct thread_arg write_args_peb = { |