blink faster

This commit is contained in:
Matthew Kennedy 2020-12-02 21:15:22 -08:00
parent 362323e9ba
commit 1222d00bb3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ int main(void) {
for (size_t i = 0; i < 20; i++)
{
palTogglePad(GPIOB, 3);
chThdSleepMilliseconds(50);
chThdSleepMilliseconds(40);
}
boot_app();