bootloader for nrf52832 seems to work well

This commit is contained in:
hathach
2018-08-07 16:51:08 +07:00
parent f8b5071978
commit b1c6276a93
3 changed files with 28 additions and 23 deletions

View File

@ -141,10 +141,7 @@ static void wait_for_events(void)
}
// Forced startup dfu mode timeout without any received packet
if (_terminate_startup_dfu)
{
return;
}
if (_terminate_startup_dfu) return;
}
}