slow down BL active blink

This commit is contained in:
Matthew Kennedy 2020-12-10 17:29:07 -08:00
parent 2b72383c8f
commit 2c7679e526
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ int main(void) {
{
palTogglePad(GPIOB, 5);
palTogglePad(GPIOB, 6);
chThdSleepMilliseconds(80);
chThdSleepMilliseconds(200);
}
boot_app();