diff --git a/radio/src/targets/common/arm/stm32/bootloader/boot.cpp b/radio/src/targets/common/arm/stm32/bootloader/boot.cpp index be86769ff..0e7dec195 100644 --- a/radio/src/targets/common/arm/stm32/bootloader/boot.cpp +++ b/radio/src/targets/common/arm/stm32/bootloader/boot.cpp @@ -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