mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
3a9ef48721
commit
f4f292d22f
@@ -264,6 +264,11 @@ static int timing_tests(void * data)
|
||||
test_timing_no_ret ("usleep_range(400,410) ->",
|
||||
usleep_range(400, 410);
|
||||
);
|
||||
|
||||
/* wifi driver use case -> iwl_trans_pcie_sw_reset */
|
||||
test_timing_no_ret ("usleep_range(5000,6000) ->",
|
||||
usleep_range(5000, 6000);
|
||||
);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user