1
0
Fork 0
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:
Bertrand Songis 2019-08-19 12:21:34 +02:00
parent 15386987ab
commit d1ef5e691d
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -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