git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14734 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-09-04 11:38:39 +00:00
parent 8b580c5e8e
commit 4afb782e88
1 changed files with 1 additions and 1 deletions

View File

@ -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;