mirror of https://github.com/rusefi/wideband.git
blink faster
This commit is contained in:
parent
362323e9ba
commit
1222d00bb3
|
@ -48,7 +48,7 @@ int main(void) {
|
|||
for (size_t i = 0; i < 20; i++)
|
||||
{
|
||||
palTogglePad(GPIOB, 3);
|
||||
chThdSleepMilliseconds(50);
|
||||
chThdSleepMilliseconds(40);
|
||||
}
|
||||
|
||||
boot_app();
|
||||
|
|
Loading…
Reference in New Issue