mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +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)
|
#if defined(PCBHORUS)
|
||||||
// wait a bit for the inputs to stabilize...
|
// wait a bit for the inputs to stabilize...
|
||||||
// ... otherwise the bootloader cannot be started
|
for (uint32_t i = 0; i < 50000; i++) {
|
||||||
// when the power on delay is cut to 0.
|
wdt_reset();
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// LHR & RHL trims not pressed simultanously
|
// LHR & RHL trims not pressed simultanously
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue