mirror of https://github.com/rusefi/wideband.git
change blink in closed loop
This commit is contained in:
parent
ea1f528aea
commit
b8c5e42f9d
|
@ -46,7 +46,7 @@ int main() {
|
|||
while(true)
|
||||
{
|
||||
palTogglePad(GPIOB, 6);
|
||||
chThdSleepMilliseconds(400);
|
||||
chThdSleepMilliseconds(IsRunningClosedLoop() ? 50 : 400);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue