git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14734 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
8b580c5e8e
commit
4afb782e88
|
@ -280,7 +280,7 @@ void vt_storm_execute(const vt_storm_config_t *cfg) {
|
|||
bool dw;
|
||||
|
||||
chprintf(cfg->out, "Iteration %d\r\n", i);
|
||||
chThdSleepS(TIME_MS2I(10));
|
||||
chThdSleep(TIME_MS2I(10));
|
||||
|
||||
/* Starting continuous timer.*/
|
||||
vtcus = 0;
|
||||
|
|
Loading…
Reference in New Issue