mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Bootloader: add option to disable Watchdog
This commit is contained in:
parent
3ed53c58e9
commit
6d76990c1e
@ -241,7 +241,9 @@ jump_to_app()
|
||||
// watchdog reset and the firmware hasn't changed the RTC flag to
|
||||
// indicate that it has been running OK for 30s then we will stay
|
||||
// in bootloader
|
||||
#ifndef DISABLE_WATCHDOG
|
||||
stm32_watchdog_init();
|
||||
#endif
|
||||
stm32_watchdog_pat();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user