mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
X10 / X12S bootloader fix
This commit is contained in:
parent
15386987ab
commit
d1ef5e691d
1 changed files with 3 additions and 2 deletions
|
@ -215,8 +215,9 @@ int main()
|
|||
|
||||
#if defined(PCBHORUS)
|
||||
// wait a bit for the inputs to stabilize...
|
||||
// ... otherwise the bootloader cannot be started
|
||||
// when the power on delay is cut to 0.
|
||||
for (uint32_t i = 0; i < 50000; i++) {
|
||||
wdt_reset();
|
||||
}
|
||||
#endif
|
||||
|
||||
// LHR & RHL trims not pressed simultanously
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue