1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Bootloader: Don't make it hang in bootloader by default. That's mean PT!

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2236 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-12-14 01:59:15 +00:00 committed by peabody124
parent 36ea75bc0d
commit 08e888ac8c

View File

@ -109,8 +109,7 @@ int main() {
USB_connected = TRUE;
PIOS_IAP_Init();
//if (PIOS_IAP_CheckRequest() == TRUE) {
{
if (PIOS_IAP_CheckRequest() == TRUE) {
User_DFU_request = TRUE;
PIOS_IAP_ClearRequest();