Modified lower storm limit.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14345 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-05-07 09:18:08 +00:00
parent 4421ff5524
commit 81a93c3b48
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void vt_storm_execute(const vt_storm_config_t *cfg) {
palToggleLine(config->line);
chprintf(cfg->out, ".");
delay--;
} while (delay >= 10);
} while (delay >= 5);
if (saturated) {
chprintf(cfg->out, "\r\nSaturated at %d uS\r\n\r\n", TIME_I2US(delay));