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:
parent
4421ff5524
commit
81a93c3b48
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue