in bootloader reduced delay between receiving stk500 'Q' and jumping to application

This commit is contained in:
Zach Eveland 2011-09-08 20:38:23 -04:00
parent 94879d3ac6
commit b1c8d0be34
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@
:1079B000209A6E9A90E8909361001092610081E89D
:1079C00085BF95BF9FD084E18093880180E180933B
:1079D0008901E0E0F0E0859194918F5F9F4F19F06D
:1079E00081E080938F01EE24FF24BB24B39428EE22
:1079F000C22E23E0D22E03D2082F8EE098E7FC019E
:1079E00081E080938F01EE24FF24BB24B39424EF25
:1079F000C22E21E0D22E03D2082F8EE098E7FC01A0
:107A00002491319602964491201711F02223B9F760
:107A1000109291011092900182E068E071E08BD0A9
:107A2000013479F4609108016058633028F06831BE

View File

@ -211,7 +211,7 @@ int main()
if (cmd == 'Q')
break;
}
_timeout = 1000; // wait a moment before exiting the bootloader - may need to finish responding to 'Q' for example
_timeout = 500; // wait a moment before exiting the bootloader - may need to finish responding to 'Q' for example
_ejected = 1;
}
}